From 41c5b751eafb8fd2cde13c52f8d29d1250ed1afc Mon Sep 17 00:00:00 2001 From: Kirill Date: Wed, 13 Nov 2024 10:12:51 +0100 Subject: [PATCH] fix transition --- Examples/Asteroids/App.wlx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Examples/Asteroids/App.wlx b/Examples/Asteroids/App.wlx index a0cac24..8f996db 100644 --- a/Examples/Asteroids/App.wlx +++ b/Examples/Asteroids/App.wlx @@ -181,7 +181,7 @@ create[controls_] := Module[{ {Blue, PointSize[0.1], Point @ Offload @ enemies}, RGBColor[1.0 - 0.1764, 1.0 - 0.8313, 1.0 - 0.74901], Point[Offload @ projectiles], RGBColor[0.1764, 0.8313, 0.74901], PointSize[0.05], Point[Offload @ positions] - }, TransitionDuration->1, TransitionType->"Linear", PlotRange->{{-1,1}, {-1,1}}] + }, TransitionType->None, PlotRange->{{-1,1}, {-1,1}}] ];