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