Reduced popups animation

This commit is contained in:
RainLoop Team 2013-12-23 18:31:43 +04:00
parent 2f8b9efbac
commit 1c50b8df07
5 changed files with 45 additions and 15 deletions

View file

@ -136,8 +136,9 @@
-o-transform-origin: 50% 50%;
transform-origin: 50% 50%;
.transition(~"0.3s all cubic-bezier(0.250, 0.460, 0.450, 0.940)");
.scale(0.9);
/*.transition(~"0.3s all cubic-bezier(0.250, 0.460, 0.450, 0.940)");*/
.transition(0.1s all linear);
.scale(0.95);
}
.modal-open .popups .popup-active.modal {