Reverse Keyframe animation in Three.js -
really reverse keyframe animation using three.keyframeanimation.update negative number, appreciate isn't supported natively, has got advice?
try setting animation.timescale = -1;
but works when animation.loop = true;
Comments
Post a Comment