diff options
| author | Yuval Adam <yuval@y3xz.com> | 2015-06-21 18:13:17 +0300 |
|---|---|---|
| committer | Yuval Adam <yuval@y3xz.com> | 2015-06-21 18:13:17 +0300 |
| commit | 8d3211f6988c9ccf71ec1b8f7e293f8f4d653250 (patch) | |
| tree | c6e1a4e4a4b8d8b3e4bc9c639e2319e846ec4142 /client/button.js | |
| parent | c04a21af7f627969e95626e1d757a02d37710faf (diff) | |
Cleanup final steps
Diffstat (limited to 'client/button.js')
| -rw-r--r-- | client/button.js | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/client/button.js b/client/button.js index 889d2b8..f2b2d71 100644 --- a/client/button.js +++ b/client/button.js @@ -108,6 +108,17 @@ function animate2() { Effects.drawFinalIcon(); }, delay + 2000); + delay += 400 * photos.length; + delay += 2000; + + _.delay(function() { + $('li#step7').removeClass('active'); + $('li#step8').addClass('active'); + $('div.final div.final-dominants').hide(); + $('div.final div.share').show(); + }, delay + 2000); + + } Template.layout.events({ |
