From acacc3497d5fb775d5da84d1ccc3c989f007c75a Mon Sep 17 00:00:00 2001 From: David Peer Date: Sat, 7 May 2022 17:25:35 +0200 Subject: [PATCH] Animate from outside to inside for IO --- apps/neonx/neonx.app.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/neonx/neonx.app.js b/apps/neonx/neonx.app.js index 17d3b9283..fd30fa30f 100644 --- a/apps/neonx/neonx.app.js +++ b/apps/neonx/neonx.app.js @@ -116,11 +116,11 @@ function drawAnimated(){ // Animate draw through different colors speed = 25; setTimeout(function() { - _draw(false, 2); + _draw(false, 1); setTimeout(function() { _draw(false, 3); setTimeout(function() { - _draw(false, 1); + _draw(false, 2); setTimeout(function(){ _draw(false, 0); }, speed);