mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-07 15:07:13 +08:00
Made animation clearer
This commit is contained in:
@ -37,7 +37,6 @@
|
||||
// Slide the content over left by the button width
|
||||
content.style.right = buttonsWidth + 'px';
|
||||
content.style.left = -buttonsWidth + 'px';
|
||||
content.classList.add('slide-left');
|
||||
}
|
||||
});
|
||||
},
|
||||
@ -53,7 +52,6 @@
|
||||
content = item;
|
||||
}
|
||||
|
||||
content.classList.remove('slide-left');
|
||||
content.style.right = 0;
|
||||
content.style.left = 0;
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user