CSS animation functional classes
npm install animation.css
npm install animation.css
`
`css
@import 'node_modules/animation.css/main';
`
classes
$3
- .animation-reverse animates in reverse
- .animation-alternate alternates direction
$3
- .animation-seed seeds first frame during animation delay
- .animation-stay stays in last frame after completion
- .animation-fill seeds and stays
$3
- .animation-paused pauses animation
$3
- .animation-none deactivates animation
$3
- .animation-infinite animates forever
usage
`html
Apply classes to control animation properties.
``