@10up/animate
v2.0.0
Published
A lightweight utility animation library from 10up
Downloads
795
Maintainers
Keywords
Readme
10up Animate
10up Animate is a small utility animation library. It consists of a series of CSS classes that can be combined or used in isolation to bring small elements of motion into a UI.
View official documentation for this package
Installation
npm install @10up/animate --save
Usage
CSS Imports
@import url("@10up/animate");
The standard import from the NPM package will bring in all the animations. If you want to choose the animations to bring in you can do so manually by referencing the CSS files directly.
CSS
The styles can be imported into your existing codebase by using PostCSS imports, or by including the standalone CSS file in your project.
Demo
Example implementations at: https://baseline.10up.com/component/animate/
Support Level
Active: 10up is actively working on this, and we expect to continue work for the foreseeable future including keeping tested up to the most recent version of WordPress. Bug reports, feature requests, questions, and pull requests are welcome.