@10up/animate

A lightweight utility animation library from 10up

Usage no npm install needed!

<script type="module">
  import 10upAnimate from 'https://cdn.skypack.dev/@10up/animate';
</script>

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.

Like what you see?

10up