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>
View demosimport { animate } from 'just-animate';
const timeline = animate({/* */});
timeline.play();