Animate from outside to inside for IO

master
David Peer 2022-05-07 17:25:35 +02:00
parent a97215860a
commit acacc3497d
1 changed files with 2 additions and 2 deletions

View File

@ -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);