可动画方法

createAnimatable() 函数返回的 Animatable 实例上可用的方法。

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