summaryrefslogtreecommitdiff
path: root/client/button.js
diff options
context:
space:
mode:
Diffstat (limited to 'client/button.js')
-rw-r--r--client/button.js13
1 files changed, 12 insertions, 1 deletions
diff --git a/client/button.js b/client/button.js
index 84e201b..889d2b8 100644
--- a/client/button.js
+++ b/client/button.js
@@ -93,10 +93,21 @@ function animate2() {
$('li#step5').removeClass('active');
$('li#step6').addClass('active');
$('div.photos').hide();
- $('div.final').show()
+ $('div.final').show();
Effects.drawFinal();
}, delay + 2000);
+
+ delay += 1000 * photos.length;
+ delay += 2000;
+
+ _.delay(function() {
+ $('li#step6').removeClass('active');
+ $('li#step7').addClass('active');
+
+ Effects.drawFinalIcon();
+ }, delay + 2000);
+
}
Template.layout.events({