字段(Fields)
duration
动画时长(Duration)。
方法(Methods)
advance
按给定秒数推进动画(Animation)。若动画尚未结束返回 true。
如果动画设置为循环(loop)或乒乓(ping-pong),通常会始终返回 true。
setTime
以秒(seconds)设置动画时间。
setTimeFrames
以帧(frames)设置动画时间。
setTimePercentage
按时长百分比(percentage of duration)设置动画时间。