createAnimatable() 函数返回的 Animatable 实例上可用的属性。
const animatable = createAnimatable(targets, parameters);
┌───────────┐
animatable.│targets ├─ Properties
animatable.│animations │
└───────────┘
| 名称 |
描述 |
| targets |
获取可动画的 目标 (数组) |
| animations |
获取所有可动画的 动画 (对象) |