tween.js
tween.js copied to clipboard
fix(yoyo): yoyo repeat with wrong value
When set to yoyo=true
and delay=0
, interpolation will have incorrect values,The test example lacks the case of delay=0
. i create a chart to record the data in update
fix: https://github.com/tweenjs/tween.js/issues/677