Top "Animation" questions

Animation is the rapid display of a sequence of visuals in order to create an illusion of movement or change.

How to pause and resume CSS3 animation using JavaScript?

I've tried to google and look from this forum a solution for my problem but no luck so far. I …

javascript animation css resume
Android alpha animation fadein fadeout with delays

I want to do a very simple alpha animation but I cannot find a valid way. The idea is to …

android animation alpha fadein fadeout
Custom Animation for Pushing a UIViewController

I want to show a custom animation when pushing a view controller: I would like to achieve something like an "…

iphone animation uikit uiviewcontroller uinavigationcontroller
Show hide div with animation

I made this script, which opens a div with the right class and close the others. function showhide(id) { if (…

javascript animation html show-hide
React - animate mount and unmount of a single component

Something this simple should be easily accomplished, yet I'm pulling my hair out over how complicated it is. All I …

animation reactjs css-animations gsap react-motion
How to create a smooth animation using C# Windows forms?

due my school project I must create a game using Windows forms only.. I have decided to create a 2D …

c# forms animation smooth
Avoid animation of UICollectionView after reloadItemsAtIndexPaths

UICollectionView animate items after reloadItemsAtIndexPaths is called (fade animation). Is there a way to avoid this animation? iOS 6

ios animation ios6 uiview uicollectionview
Play Animations in GIF with Tkinter

I've been trying to play an animated gif using Tkinter.PhotoImage, but haven't been seeing any success. It displays the …

python animation tkinter gif
Animate ProgressBar update in Android

I am using a ProgressBar in my application which I update in onProgressUpdate of an AsyncTask. So far so good. …

android animation user-interface progress-bar
JavaScript Failed to execute 'drawImage'

Ok so I'm creating a game with JavaScript Canvas Elements and such. I've been able to load in TONS of …

javascript animation canvas drawimage