diff --git a/src/tabs/Curve/3Dcurve_anim_canvas.tsx b/src/tabs/Curve/3Dcurve_anim_canvas.tsx index 4e947a498..dee72228e 100644 --- a/src/tabs/Curve/3Dcurve_anim_canvas.tsx +++ b/src/tabs/Curve/3Dcurve_anim_canvas.tsx @@ -302,39 +302,43 @@ State ); return ( - <> +
-
- {buttons} - {sliders} - -
+ label="Auto Play" + onChange={this.autoPlaySwitchChanged} + checked={this.state.autoPlay} + /> +
+
- +
); } }