# just-animate

> _Making Animation Simple_

Latest version **2.6.2** (published 2019-03-26) · MIT license · 0 weekly downloads

## Install

```sh
npm install just-animate
pnpm add just-animate
yarn add just-animate
bun add just-animate
```

## Health

**Score 20/100 (F)** — status: abandoned.

Positive: esm support; no vulnerabilities.

Warnings: low downloads; no types.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 2.6.2 |
| Published | 2019-03-26 |
| First published | 2016-03-23 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | ESM + CommonJS |
| Dependencies | 1 |
| Unpacked size | 320.8 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 269 |
| Author | christopher.j.wallis@gmail.com |
| Maintainers | notoriousb1t |

## Links

- npm: https://www.npmjs.com/package/just-animate
- Repository: https://github.com/just-animate/just-animate
- Homepage: http://just-animate.com
- Issues: https://github.com/just-animate/just-animate/issues
- npm.io page: https://npm.io/package/just-animate

## Dependencies (1)

- [just-curves](https://npm.io/package/just-curves.md) 0.2.0

## Recent versions

- 2.6.2 (latest) — 2019-03-26
- 2.5.1-alpha1 (next) — 2017-10-09
- 0.3.0 (beta) — 2016-03-24
- 2.6.1 — 2019-03-09
- 2.6.0 — 2019-03-09
- 2.5.1 — 2018-12-24
- 2.5.0 — 2017-09-23
- 2.4.0 — 2017-09-15
- 2.3.0 — 2017-09-03
- 2.2.0 — 2017-08-14
- 2.1.2 — 2017-08-12
- 2.1.1 — 2017-08-11
- 2.1.0 — 2017-08-10
- 2.0.2 — 2017-08-08
- 2.0.1 — 2017-08-08
- … 47 more at https://npm.io/package/just-animate/versions

## README

# Just Animate 2

_Making Animation Simple_

[![npm version](https://badge.fury.io/js/just-animate.svg)](https://badge.fury.io/js/just-animate) [![Build Status](https://travis-ci.org/just-animate/just-animate.svg?branch=master)](https://travis-ci.org/just-animate/just-animate) [![Downloads](https://img.shields.io/npm/dm/just-animate.svg)](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

---
_Source: https://npm.io/package/just-animate · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
