Animation methods
Provide control over the timing, behaviour and progression of an animation.
Animation methods are available on an Animation instance Object
.
const animation = animate(target, parameters);
┌──────────┐
animation.│pause() │
animation.│play() ├─ Methods
animation.│restart() │
└──────────┘
In this section