mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 20:33:32 +08:00
fix(animations): remove inline styles when finished
Allows for one animation to control multiple elements. Optionally removes inline styles when the animation finishes. Fixes checking for the will-change property. Does not always apply translateZ on ion-page. Closes #5130
This commit is contained in:
@ -113,7 +113,6 @@ ion-page {
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
transform: translateZ(0);
|
||||
|
||||
&.show-page {
|
||||
display: flex;
|
||||
|
Reference in New Issue
Block a user