@@ -1 +1 @@
-{"thinEngineOnly":116032,"engineOnly":152875,"sceneOnly":496452,"minGridMaterial":626501,"minStandardMaterial":750356}
+{"thinEngineOnly":116032,"engineOnly":152875,"sceneOnly":496469,"minGridMaterial":626518,"minStandardMaterial":750373}
@@ -660,6 +660,10 @@ Scene.prototype.beginDirectAnimation = function(target: any, animations: Animati
speedRatio = 1.0;
}
+ if (from > to && speedRatio > 0) {
+ speedRatio *= -1;
+ }
+
var animatable = new Animatable(this, target, from, to, loop, speedRatio, onAnimationEnd, animations, onAnimationLoop);
return animatable;