A functional CSS animation library for UI interactions.
> A functional CSS animation library designed for UI interactions.
* Tiny at around 7KB minified (1.2KB GZipped!)
* Zero dependencies
* Performant with stable 60FPS buttery smooth animations
* Works with basically anything that can render HTML/CSS 🙌
The quickest and easiest way to start include the CDN hosted file in the of your html file.
``html`
You can add this library to your node workflow by running:
``
npm install @awesomecss/animations --save
It'll be up to you to include/import either the .scss files (within /src/) or the compiled .css files (within /dist`) with your project's set up.