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:
Adam Bradley
2016-02-17 23:02:31 -06:00
parent d27bb628fc
commit 22c32f3ab5
5 changed files with 216 additions and 145 deletions

View File

@ -113,7 +113,6 @@ ion-page {
left: 0;
width: 100%;
height: 100%;
transform: translateZ(0);
&.show-page {
display: flex;