1.1.0 • Published 7 years ago

animata v1.1.0

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

ANIMATA

Library of reusable CSS animations

Getting Started

Animata is a library of reusable CSS Keyframe animations to make easy to add animations to your project. Animata is growing all the time, so keep an eye out for changes.

NPM

npm install animata

Import

  • In your index.html file
<link rel="stylesheet" type="text/css" href="your/animata/path/animata.min.css/>

Example Usage

You can find all the animations in the source code *.scss files

  • Add one of the animations to your element
.my-div {
  animation: spinRight 5s infinite linear;
}

Contributing

If you would like to add to the list of animations please fork this repo and create a pull-request.

Copyright and license

Copyright 2018 Josh Hicks. Released under the MIT license.

1.1.0

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago