Fixes unexpected UX behavior on WP8.1

This commit is contained in:
Gustavo Maximiliano Cortez 2015-04-13 23:38:28 -03:00
commit 8fdb24652f
3 changed files with 4 additions and 22 deletions

View file

@ -615,19 +615,6 @@ a.pin-button:active {
padding-top: 1rem;
}
.animation {
position: absolute;
background: #fff;
display: block;
width: 100%;
height: 100%;
top: 0;
left: 0;
-webkit-backface-visibility: hidden;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.animation-left.ng-enter, .animation-left.ng-leave,
.animation-right.ng-enter, .animation-right.ng-leave {
-webkit-transition: all cubic-bezier(0.250, 0.460, 0.450, 0.940) 250ms;