动画方法
animate()
函数返回的 Animation
实例上可用的方法,用于控制动画的时间、行为和进度。
const animation = animate(target, parameters);
┌──────────┐
animation.│pause() │
animation.│play() ├─ Methods
animation.│restart() │
└──────────┘
本节内容