Variable easeInConst

easeIn: readonly [0.42, 0, 1, 1] = ...

表示时间函数 cubicBezier(0.42, 0.0, 1.0, 1.0)。 动画开始时缓慢,然后逐步加速,知道达到最后状态,动画突然停止。

图例