mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-08 07:41:51 +08:00
Made animation clearer
This commit is contained in:
2
dist/ionic.js
vendored
2
dist/ionic.js
vendored
@ -1817,7 +1817,6 @@ window.ionic = {
|
||||
// Slide the content over left by the button width
|
||||
content.style.right = buttonsWidth + 'px';
|
||||
content.style.left = -buttonsWidth + 'px';
|
||||
content.classList.add('slide-left');
|
||||
}
|
||||
});
|
||||
},
|
||||
@ -1833,7 +1832,6 @@ window.ionic = {
|
||||
content = item;
|
||||
}
|
||||
|
||||
content.classList.remove('slide-left');
|
||||
content.style.right = 0;
|
||||
content.style.left = 0;
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user