Menu
Sets whether an animation should be played forwards, backwards, or both alternating.
/*
animation-direction: normal;
*/
normal
Default value: the animation is played forwards.
reverse
The animation is played backwards.
alternate
The animation is played forwards, then backwards.
alternate-reverse
The animation is played backwards, then forwards.
initial
Sets property to default value.
inherit
Sets property to inherited value.
Have a code example of animation-direction
? Submit a codepen.io demo and we'll showcase it here ↴