From 6e8b5bb33f47671c2ed3f6c2f051f630de73a4e7 Mon Sep 17 00:00:00 2001 From: Yuval Adam Date: Mon, 29 Jun 2015 13:07:36 +0300 Subject: Faster final animation --- client/button.js | 2 +- client/effects.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'client') diff --git a/client/button.js b/client/button.js index 3b3a1c5..5e03a1f 100644 --- a/client/button.js +++ b/client/button.js @@ -98,7 +98,7 @@ function animate2() { Effects.drawFinal(); }, delay + 2000); - delay += 1000 * photos.length; + delay += 400 * photos.length; delay += 2000; _.delay(function() { diff --git a/client/effects.js b/client/effects.js index ac10eb9..01b79c7 100644 --- a/client/effects.js +++ b/client/effects.js @@ -226,7 +226,7 @@ Effects = (function() { } } p.view.draw(); - }, i * 1000) + }, i * 400) }) } -- cgit v1.3.1