Animate popup screens transition

This commit is contained in:
Maxime Quandalle 2015-05-22 19:40:12 +02:00
parent 790a0e0a2d
commit 6fe08cd4b3
4 changed files with 46 additions and 16 deletions

View file

@ -7,7 +7,7 @@ Popup.template.events({
'click .js-back-view': function() {
Popup.back();
},
'click .js-close-popover': function() {
'click .js-close-pop-over': function() {
Popup.close();
},
'click .js-confirm': function() {