From android.view.animation.***interpolator
AccelerateDecelerateInterpolator(加-减速)
An interpolator where the rate of change starts and ends slowly but accelerates through the middle.
An interpolator where the rate of change starts out slowly and then accelerates.
An interpolator where the change starts backward then flings forward. (开始时向后然后再向前抛)
AnticipateOvershootInterpolator,
An interpolator where the change starts backward then flings forward and overshoots the target value and finally goes back to the final value.(开始时向后然后再向前抛,超过目标位置,最后到抛回到目标位置)
An interpolator where the change bounces at the end. (弹回)
Repeats the animation for a specified number of cycles . The rate of change follows a sinusoidal pattern.
ps : sinusoidal / sain?'s?id / 正弦曲线
An interpolator where the rate of change starts out quickly and and then decelerates.
An interpolator where the rate of change is constant
OvershootInterpolator
An interpolator where the change flings forward and overshoots the last value then comes back. (向前抛至超过目标值再抛回)