Most voted "animate" questions
7 questions
Sort by count of
-
9
votes2
answers300
viewsIs it possible to do this effect with CSS?
Indeed demonstrated in the video below Sony Spherize makes it seem as if the photo character is "breathing", there is some way to do it the same, or simulate something similar to CSS? Link to the…
-
3
votes1
answer173
viewsHow to make python only read the file when it is complete
I’m doing a program that reads a file. txt that updates itself in the execution of another program in Fortran and creates a real-time animation of the temperature map of a board, however it is…
-
1
votes1
answer96
viewsAnimation with Animate css3
I’m putting together an animation with the Animate css3 .img-minibox{ height:auto; max-height: 200px; overflow: hidden; } ul{ list-style-type: none; margin-left:-40px; } ul li{ float:left; }…
-
1
votes1
answer79
viewsAnimate and wow css library
Guys I have an img with 2 animations, but I want only one to be continuous, which apply the animation several times, so start the animation is applied fadein with 1.5s of delay and 3s in 3s applies…
-
1
votes1
answer542
viewsScroll down "Scrollar" Slow and Automatic Page with Javascript
I have a page that shows some information on a monitor that will not have human intervention (will not have user manipulating the page), will be on display only. But the content is very large and I…
-
0
votes1
answer54
viewsHow to concatenate a variable in Actionscript 3?
Hello, I have a list of clips Movie to be called inside an if, but I’m not able to concatenate the variable that contains the name of these clips. Imagine that: I have three clips: P1, P2 and P3.…
-
0
votes1
answer33
viewsANIMATEDTEXT eliminating all other Activity Components and how to make it run in Textviews?
I can’t get this Animation to run in my Textviews, and the same (animation) runs without any Textview or anything like that in my Activity: See, even if I add Components to my Activity, they…