CSS animation

Previous Next

Demo of the different values of the animation property.

Click the property values below to see the result:

animation: mymove 1s infinite;
animation: mymove 5s infinite;
animation: myothermove 5s infinite;
animation: mylastmove 5s infinite;

Play more with the code in our Tryit yourself editor: Try it Yourself ❯