Making animation simple

Timeline controls
Staggers and delays
Light weight
Tween player
Repeat and yoyo support
WAAPI
Plugs into WAAPI

Get started

npm i just-animate

OR

<script src="https://cdnjs.com/libraries/just-animate"></script>
import { animate } from 'just-animate';

const timeline = animate({/* */});
timeline.play();
View demos