We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae6b6e3 commit 9e95cb2Copy full SHA for 9e95cb2
RasterPropMonitor/Auxiliary modules/JSICallbackAnimator.cs
@@ -560,6 +560,7 @@ private void TurnOn()
560
break;
561
case Mode.Animation:
562
onAnim[animationName].normalizedTime = reverse ? 0f : 1f;
563
+ onAnim.Play();
564
565
case Mode.LoopingAnimation:
566
onAnim[animationName].speed = animationSpeed;
@@ -604,6 +605,7 @@ private void TurnOff()
604
605
606
607
onAnim[animationName].normalizedTime = reverse ? 1f : 0f;
608
609
610
611
if (offAnim != null)
0 commit comments