0.1.0 • Published 8 years ago
animation.css v0.1.0
animation.css
CSS animation function classes.
setup
npm install animation.css@import 'node_modules/animation.css/main';classes
animation-direction
.animation-reverseanimates in reverse.animation-alternatealternates direction
animation-fill-mode
.animation-seedseeds first frame during animation delay.animation-staystays in last frame after completion.animation-fillseeds and stays
animation-play-state
.animation-pausedpauses animation
animation-name
.animation-nonedeactivates animation
animation-iteration-count
.animation-infiniteanimates forever
usage
<figure class="animation-infinite animation-stay">
Apply classes to control animation properties.
</figure>0.1.0
8 years ago