animation.css
CSS animation function classes.
setup
npm install animation.css
;
classes
animation-direction
.animation-reverse
animates in reverse.animation-alternate
alternates direction
animation-fill-mode
.animation-seed
seeds first frame during animation delay.animation-stay
stays in last frame after completion.animation-fill
seeds and stays
animation-play-state
.animation-paused
pauses animation
animation-name
.animation-none
deactivates animation
animation-iteration-count
.animation-infinite
animates forever
usage
Apply classes to control animation properties.