diff options
| author | Yuval Adam <yuval@y3xz.com> | 2015-06-17 23:33:14 +0300 |
|---|---|---|
| committer | Yuval Adam <yuval@y3xz.com> | 2015-06-17 23:33:14 +0300 |
| commit | bbe531385987db80d86e9375a38854df97403cf7 (patch) | |
| tree | 3e36fc6f94a3859a57164f0603a26489008bb2ad /client/button.js | |
| parent | 4cf9ab8ddf79155b022e42abfd885af4c23b2114 (diff) | |
Final matrix almost works
Diffstat (limited to 'client/button.js')
| -rw-r--r-- | client/button.js | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/client/button.js b/client/button.js index 62e27e3..8741666 100644 --- a/client/button.js +++ b/client/button.js @@ -77,6 +77,16 @@ function animate() { }); }, delay + 2000); + delay += 400 * photos.length; + delay += 2000; + + _.delay(function() { + $('h4.step').text('(Step 5)'); + $('div.photos').hide(); + $('div.final').show() + + Effects.drawFinal(); + }, delay + 2000); } Template.layout.events({ |
