我有一个函数返回一个缓动函数,该函数接受 3 个参数并在百分比完成时间返回 css propertyValue: function(percentComplete, startValue, endValue)
。
但是为了对我有用,我需要它的三次贝塞尔曲线cubicBezier(<P1x>,<P1y>,<P2x>,<P2y>)
,我该如何实现呢?
我有一个函数返回一个缓动函数,该函数接受 3 个参数并在百分比完成时间返回 css propertyValue: function(percentComplete, startValue, endValue)
。
但是为了对我有用,我需要它的三次贝塞尔曲线cubicBezier(<P1x>,<P1y>,<P2x>,<P2y>)
,我该如何实现呢?