diff options
| author | Yuval Adam <yuval@y3xz.com> | 2015-06-29 13:07:36 +0300 |
|---|---|---|
| committer | Yuval Adam <yuval@y3xz.com> | 2015-06-29 13:07:36 +0300 |
| commit | 6e8b5bb33f47671c2ed3f6c2f051f630de73a4e7 (patch) | |
| tree | 3c152962192dee1fb9950214ec3c29b6b5f9ec7d /client/button.js | |
| parent | 183a0684bebf4e3f0fc2aacfc738a9d8e00f2181 (diff) | |
Faster final animation
Diffstat (limited to 'client/button.js')
| -rw-r--r-- | client/button.js | 2 |
1 files changed, 1 insertions, 1 deletions
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() { |
