0.1.3 • Published 6 years ago

@awesomecss/animations v0.1.3

Weekly downloads
89
License
MIT
Repository
-
Last release
6 years ago

Animations :sparkles:

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 🙌

🕹 Usage

Use the CDN

The quickest and easiest way to start include the CDN hosted file in the <head> of your html file.

<link rel="stylesheet" href="https://unpkg.com/@awesomecss/animations@0.1.2/dist/animations.min.css" />

Using npm/yarn

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.

0.1.3

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago