Skip to content

ryanve/animation.css

Repository files navigation

animation.css

CSS animation function classes.

setup

npm install animation.css
@import 'node_modules/animation.css/main';

classes

  • .animation-reverse animates in reverse
  • .animation-alternate alternates direction
  • .animation-seed seeds first frame during animation delay
  • .animation-stay stays in last frame after completion
  • .animation-fill seeds and stays
  • .animation-paused pauses animation
  • .animation-none deactivates animation
  • .animation-infinite animates forever

usage

<figure class="animation-infinite animation-stay">
  Apply classes to control animation properties.
</figure>