Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #18097 from alivedise/bugzilla/990802_v1.4/incorre…
…ct-open-close-animation

Bug 990802 - Remove animation class correctly, r=timdream
  • Loading branch information
alivedise committed Apr 9, 2014
2 parents e1936c7 + 6e20936 commit 2aedbb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/system/js/app_transition_controller.js
Expand Up @@ -287,7 +287,7 @@
var classes = ['enlarge', 'reduce', 'to-cardview', 'from-cardview',
'invoking', 'invoked', 'zoom-in', 'zoom-out', 'fade-in', 'fade-out',
'transition-opening', 'transition-closing', 'immediate',
'slideup', 'slidedown'];
'slideup', 'slidedown', 'in-from-left', 'out-to-right'];

classes.forEach(function iterator(cls) {
this.app.element.classList.remove(cls);
Expand Down

0 comments on commit 2aedbb9

Please sign in to comment.