Skip to content
This repository has been archived by the owner on Mar 13, 2018. It is now read-only.

Commit

Permalink
ios/polyfill fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Yvonne Yip committed Jun 23, 2014
1 parent fb7b236 commit b86dac3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions core-animated-pages.html
Original file line number Diff line number Diff line change
Expand Up @@ -297,6 +297,8 @@
this.animating = null;
}

Platform.flush();

if (this.transitioning.indexOf(src) === -1) {
this.transitioning.push(src);
}
Expand Down
5 changes: 5 additions & 0 deletions transitions/slide-up.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,11 @@
transform: translateY(100vh);
z-index: -1;
}

polyfill-rule {
content: ':host > [animate]:not(.core-selected) [slide-up-offscreen]';
-webkit-transform: translateY(1000px);
}
</core-style>

<core-transition-pages id="slide-up" activeClass="slide-up"></core-transition-pages>
Expand Down

0 comments on commit b86dac3

Please sign in to comment.