Variable easeOutConst

easeOut: readonly [0, 0, 0.58, 1] = ...

表示定时函数 cubicBezier(0.0, 0.0, 0.58, 1.0)。 动画开始很快,然后逐渐减慢,直到最终状态。

图例