Most voted "animation" questions
Animation is the rapid display of a sequence of visual effects in order to create an illusion of movement or change.
Learn more…165 questions
Sort by count of
-
1
votes1
answer86
viewsDo we need to call cancelAnimationFrame for frames prior to the current requestAnimationFrame?
I have been working with animation and studying and reading a lot I found this method with the best performance among others existing, both for use on the computer and for Smartphones, abusurdamente…
-
1
votes0
answers121
viewsUse AVI in the Tanimate component (VCL project)
I use Delphi 7 and have been trying for more than 4 hours to add a simple animation "loading" (loading) into a Tanimate component, without success. While trying to load the AVI file through the…
-
1
votes1
answer61
viewsHow to eliminate the pause between animations of an Animationset?
I have the following routine: private void move(float graus1, float graus2, float xx1, float xx2, float yy1, float yy2) { animSet = new AnimationSet(false); rotate = new…
-
1
votes1
answer200
viewsHow to pause or play the animation of a GIF in Javascript?
I am creating an HTML page that has an image format gif and a music display just below it. <div><img src="imagem.gif"/></div> <audio> <source src="musica.mp3"…
-
1
votes1
answer106
viewsMy animation is not working when I pass the mouse
Good night! I’m looking to make a site and in one part of it I’m looking to do a fadein animation with css, when the user hovers the mouse in the DIV appears another not in a "dry" way but with some…
-
1
votes1
answer46
viewsHow to give a translateY with Banse in the current value of translateX?
I have a box that moves to one side and to the other using translateX ai I put a pseudo class to emulate a jump with translateY when the user hovers over the parent container of this box. The…
-
1
votes1
answer27
viewsKeyframe in css for background effect
Hey, how you doing? I tried to make a background change using keyframe, but the images when they change blink the first time, as if I was loading. Is that normal or did I do something wrong? Here’s…
-
0
votes1
answer83
viewsToggle Animate() in Divs in the same position
I was able to do the effect of displaying a div, when hover, that is hidden and below the visible. However, the effect gets kind of "crazy" when I keep moving the mouse inside the container. Someone…
-
0
votes1
answer170
viewsShow View as slide
Hi, I would like to know how to make a View appear as slide on an android layout changing the size of your siblings, for example the information of a point in the Google Maps app that appears and…
-
0
votes1
answer180
viewsMake text appear under box
I have an X3D animation box <X3D> ..... </X3D> <p> ..... </p> and I want the text to appear underneath this, instead of this: How do I do it? Thank you.…
-
0
votes1
answer574
viewsAnimation on the Floating Action Button
Does anyone know how to do the Floating Action Button animation shown in the video below? https://www.youtube.com/watch?v=oVKQfCZ3z2g&feature=youtu.be I decompiled the apk of this app and could…
-
0
votes2
answers71
viewsAnimation does not repeat in android api 8
Hi, I’m creating a simple app and I want to make a light stay flashing, so I added the following code: private void flashLight() { anim = animate(imgLight).setDuration(speeds[speed]);…
-
0
votes2
answers204
viewsjQuery animation before form submission
I have this code, the animation happens but the redirect to the next page (work.php) nay. I mean, you’re not getting into the condition if (isset($_POST.... If I comment on the piece of code…
-
0
votes0
answers123
viewsInterfaith between CSS3 Transition and Jquery
I’m programming a one-page hash-browsing website using the tools available for CSS3 animation combining Transition and Transform. Using Less the code of the mixins looks something like this:…
-
0
votes1
answer313
viewsUnity error "Animator"
I was playing a game and this problem appeared: Asset 'Playerac': Transition in state 'Anystate' doesn’t have an Exit Time or any condition, Transition will be Ignored…
-
0
votes1
answer626
viewsHow can I make these images slide from top to bottom and from bottom to top with jQuery?
I would like to develop something in jQuery that makes the images of that page each one inside its "square" slide from top to bottom when the mouse is placed on top of the image and back to top as…
-
0
votes0
answers72
viewsHow to animate button before it is clicked
Here’s an animation I’m using in my project, only it gets animation as soon as it’s clicked: Button refresh = (Button)findViewById(R.id.refresh); refresh.setOnClickListener(new…
-
0
votes0
answers192
viewsCSS Animation Is Repeating
I have a img on my page applying an animation when opening the page. Attr &.fundo-menu{ position: absolute; left: 0; right: 0; top: -500px; opacity: 0; margin: auto; width: 312px;…
-
0
votes1
answer92
viewsAndroid Animate object height
I have an object in my view but it starts with visibity=GONE and would like to animate it to appear, like a slideDown and JQUERY slideup. <LinearLayout android:layout_width="match_parent"…
-
0
votes1
answer148
viewsredirect javascript page after animation
Good, I’m making a game in HTML5 + CSS3 + Javascript and I’m in the initial menu. I wanted the button before redirecting the page to make an animation. The animation part is working fine, but once I…
-
0
votes1
answer758
viewsHow to use Tanimate in Delphi
Hello, I want to use the tool Tanimate, but it has no animation in it, where I researched says it already comes along with the tool. Can you tell me if you have to declare something together? or…
-
0
votes0
answers291
viewshow to make an animation open and close before displaying the site?
good afternoon guys, I’m with a dulvida to increment an animation (banner) made in Google Web Designer. I would like to know how to execute an iframe, calling the animation, close it as soon as the…
-
0
votes0
answers259
viewsProblem with animation loading more items in recyclerview
I am applying an animation in displaying items in my recyclerview, however when I load more items, the last item in my recyclerview is animated again in a strange way. Here are the snippets of my…
android animation android-adapter android-recyclerviewasked 7 years, 12 months ago ThiagoFerreiraS 1 -
0
votes1
answer361
viewsChange title in Actionbar
I’m making an app that has a Sliding Tab, that screen q vc slides to the side it has several screens. It is working and even when I change Tab, in the Listener that detects the change I call…
-
0
votes1
answer16
viewsProblem with animation timing with SVG
I’m trying to make an animation of SVG using very simple CSS, where stars appear within themselves infinitely. The only problem is that after the first loop one of the paths starts to go over the…
-
0
votes1
answer46
viewsProblems with Objectanimator
I’m doing an animation where an image slides from the bottom up using Objectanimator. In the emulator of Android Studio the animation occurs perfectly, but when I run on Android devices (tested in…
-
0
votes1
answer159
viewsPassphrase with Javascript
Hello! I am totally Javascript layman, but I have a project that I need to use JS in a single situation and I’m not getting. The page has a table that within one of the cells passes a sentence that…
-
0
votes2
answers3052
viewsRepeat a CSS animation every time I click the button (with Javascript)
As I do to repeat an animation every time I click on some element with javascript, I tried to do, but it only works once (on the first click), after clicking, the animation is already in the HTML…
-
0
votes1
answer71
views2 functions in javascript in the same div
I have Ivs in my html code (there are 3 menu bars), when I click, it turns (as if it were an animation) into an x, however, I want when it turns and I click on it to perform another function other…
-
0
votes0
answers71
viewsInsert an animation of Adobe edge in Wordpress Zerif theme
This is very specific, I don’t know if they can help me. This theme has several sessions, which are nothing more than PHP pages that are imported. I created a new page called "animation" and…
-
0
votes3
answers194
viewsHow do you animate an anchor call?
the links are inside a div and the buttons that call them are outside that div, everything is working, I would just like to put an animation in this transition. P.S. the transition is horizontal.…
-
0
votes1
answer790
viewsC++ - Movement on the X-axis (animation) - Opengl
I have been trying to make a simple animation on the x-axis, where I have a chair and I have it drawn by several cubes, and in all these cubes I intend to move the x-variable of them, so that they…
-
0
votes2
answers90
viewsAnimation with CSS
It is possible to use an infinite animation but with an interval time? Example: perform the animation + wait 10 seconds + and perform again, and so on. Is it possible? If yes, they could help?…
-
0
votes2
answers320
viewsAnimation in CSS is executed but when it starts again it does not repeat
The animation slide-in begins in the margin-top:0%; width:100%; and ends in the margin-top:300px; width:100%; then what this animation does is to scroll down the text that is written. But right…
-
0
votes1
answer51
viewsError-free JS animation on console, but does not work
Well, I am creating an animation of the Tank of the classic Metal Slug, however, when creating the function and executing it to animate the tank, nothing happens. What’s wrong, and how can I fix it?…
-
0
votes0
answers31
viewsJavascript with Class function
Good, I have the following code that runs a sequence of images: var setInter = null function startAnimation() { var frames = document.getElementById("animation").children; var frameCount =…
-
0
votes2
answers54
viewsDelay error in transition
I’m doing a CSS animation with Hover, but a problem has arisen, when giving the item the Hover, it first performs the transition in the first element within itself, and after that, it makes the…
-
0
votes2
answers228
viewsHow to run a callback when a CSS animation is closed?
I saw that the angular-Animate can detect when a CSS transaction is in progress or not to apply certain actions. I need to find out how they do it! Example: #square{ background-color: tomato;…
-
0
votes1
answer47
viewsAnimation in css
I have a code in html that when I click on the button it opens a modal, and inside the modal I have another button to close, and I would like to put an animation at the opening and closing time, for…
-
0
votes0
answers101
viewsUse @keyframes of css with angular 5.2.6
I’m migrating a project and it had some animations. The same goes for animations in css with @keyframes, but putting directly into the component’s css and viewing the generated page from the angular…
-
0
votes0
answers43
viewsJavascript does not work correctly on IE and Mozilla
Hello I have a code that makes an animation in the anchorage of the site. When the user clicks on the menu, he scrolls to the anchored location. But it’s only working smoothly in Chrome and Opera.…
-
0
votes2
answers286
viewsHow to reverse the animation of a Modal?
I have a CSS code that makes an animation of a modal go down and stand in the middle of the screen, now I needed to reverse this animation, I need the modal that is in the middle of the screen go up…
-
0
votes2
answers557
viewsStop CSS animation after interaction
On the button below, I added an animation Pulse to get the user’s attention. I would like the animation to stop after the user presses it. I managed to make the animation stop when the cursor is…
-
0
votes1
answer98
viewsWhat would be the structure of CSS. How to build this gallery template?
I would like to know what CSS structure needs to be applied to get the increase of divs with a good transition of animation at CSS level of height and width, the internal content of the div does not…
-
0
votes1
answer104
viewsHow to make this effect ? Animation CSS?
Good afternoon There is an effect of a cart traveling a road in the link below: http://institutosorridents.org.br/ Inspecting the code I found the css code below : #rota-do-sorriso > #mapa >…
-
0
votes1
answer78
viewsAnimation CSS Multiline Typing
Good afternoon, Someone could help me with this question: I’m trying to put an animation of Typing text in the home, but with 2 lines. I’m not getting a break between the two lines, so when the…
-
0
votes0
answers35
viewsHow to configure the css of keyframes for Firefox?
Good Afternoon My question concerns the configuration of keysframes for the Mozilla Firefox browser In Chrome browser I used the following setting : #unidade-movel { position: absolute; left: 100%;…
-
0
votes0
answers14
viewsAnimation in CSS Enable X in X Time
Is there any parameter for my animation to activate x in x time? For example, every 7 seconds I want this animation to activate: <!DOCTYPE html> <html> <head> <style> body {…
-
0
votes2
answers78
viewsAnimate script that changes the "src=" of an image
I’m developing a project and I don’t know much about javascript. I was able to make this code to change the main image as it is clicked on Thumb. The only problem is that I would like you to have…
-
0
votes1
answer60
viewsanimation with CSS
I have a problem using animation in css when I click the login and Sing Up buttons for the first time works normally, but when I click on any of these buttons the animation does not work, I tried…