名称空间(Namespace): tween

x.ui.animation. tween

补间动画

名称空间

back
bounce
circ
cubic
elastic
expo
quad
quart
quint
sine

方法(Methods)

<static> linear(t:, b:, c:, d:)

线性的
参数(Parameters):
名称 类型 描述
t: number timestamp,指缓动效果开始执行到当前帧开始执行时经过的时间段,单位ms
b: number beginning position,起始位置
c: number change,要移动的距离,就是终点位置减去起始位置
d: number duration ,缓和效果持续的时间