Animate from outside to inside for IO
parent
a97215860a
commit
acacc3497d
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue