Animatable methods

Triggers animations attached to the animatable properties.
Animation methods are available on an Animatable instance Object.

const animatable = createAnimatable(target, parameters);
           ┌─────────────────────┐
animatable.│x(100)               │
animatable.│y(50, 500, 'out(2)') ├─ Methods
animatable.│revert()             │
           └─────────────────────┘