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

Commit

Permalink
optionally cross-fade the cascade
Browse files Browse the repository at this point in the history
  • Loading branch information
Yvonne Yip committed Jun 19, 2014
1 parent 70f25c3 commit f890ebc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions transitions/tile-cascade.html
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,10 @@
::content > [animate]:not(.core-selected) /deep/ [tile-cascade] > div {
-webkit-transform: translateY(100%);
transform: translateY(100%);
}

polyfill-next-selector { content: '[animate]:not(.core-selected) [tile-cascade][fade] > div'; }
::content > [animate]:not(.core-selected) /deep/ [tile-cascade][fade] > div {
opacity: 0;
}
</core-style>
Expand Down

0 comments on commit f890ebc

Please sign in to comment.