just-animate
Version:
_Making Animation Simple_
39 lines (25 loc) • 1.89 kB
Markdown
# Just Animate 2
_Making Animation Simple_
[](https://badge.fury.io/js/just-animate) [](https://travis-ci.org/just-animate/just-animate) [](https://www.npmjs.com/package/just-animate)
## Main Features
- Animate a group of things as easily as a single thing
- Staggering and delays
- Chainable sequencing
- Full timeline control \(reverse, pause, cancel, playbackRate, and seek\)
- Extendable timeline designed to make it simple to use multiple animation engines
- Built-in tween engine that works with CSS Variables and regular objects alike
- Plugin for Web Animation API
- Alternate and repeat a complex series of animations (yo-yo)
> This project is powered by your stars [so ^ star it please](https://github.com/just-animate/just-animate/stargazers).
## Getting Started
- Read the documentation on [just-animate.com](https://just-animate.github.io/basic-usage/)
- Try a live demo of it on CodePen: [Rubber band ball demo](https://codepen.io/notoriousb1t/pen/vJJEdo/?editors=0110)
- See what other people have build here: [Just Animate 2 Demos](https://codepen.io/collection/XdNGNb/)
## Need help or have ideas?
Join the #just-animate channel on the [Animation at Work](https://damp-lake-50659.herokuapp.com/) slack, tweet [@notoriousb1t](https://twitter.com/notoriousb1t) on Twitter, or [create an issue on GitHub](https://github.com/just-animate/just-animate/issues).
## License
Just Animate is licensed under the MIT license. \([http://opensource.org/licenses/MIT](http://opensource.org/licenses/MIT)\)
## How can I contribute?
- Make awesome things with Just Animate and send me the link!
- Create an issue or PR on GitHub
- Help with this documentation and code examples