Animatable properties
Properties available on the Animatable instance returned by a createAnimatable() function.
const animatable = createAnimatable(targets, parameters);
┌───────────┐
animatable.│targets ├─ Properties
animatable.│animations │
└───────────┘
| Name | Description |
|---|---|
| targets | Gets the animatable Targets (Array) |
| animations | Gets all animatable Animations (Object) |