Fixes unexpected UX behavior on WP8.1
This commit is contained in:
parent
ea14fa3d97
commit
8fdb24652f
3 changed files with 4 additions and 22 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue