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
npm install @10up/animate --save
@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.
The styles can be imported into your existing codebase by using PostCSS imports, or by including the standalone CSS file in your project.
Example implementations at: https://baseline.10up.com/component/animate/
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.