Skip to content
This repository was archived by the owner on Oct 8, 2021. It is now read-only.

Commit 43fd915

Browse files
committed
Transitions: Removed animation-fill-mode properties to improve animations in Android 4.x. Fixes #5679
1 parent 0f55dd6 commit 43fd915

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

css/structure/jquery.mobile.transition.css

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,24 +13,18 @@
1313
opacity: 0;
1414
}
1515
.in {
16-
-webkit-animation-fill-mode: both;
1716
-webkit-animation-timing-function: ease-out;
1817
-webkit-animation-duration: 350ms;
19-
-moz-animation-fill-mode: both;
2018
-moz-animation-timing-function: ease-out;
2119
-moz-animation-duration: 350ms;
22-
animation-fill-mode: both;
2320
animation-timing-function: ease-out;
2421
animation-duration: 350ms;
2522
}
2623
.out {
27-
-webkit-animation-fill-mode: both;
2824
-webkit-animation-timing-function: ease-in;
2925
-webkit-animation-duration: 225ms;
30-
-moz-animation-fill-mode: both;
3126
-moz-animation-timing-function: ease-in;
3227
-moz-animation-duration: 225ms;
33-
animation-fill-mode: both;
3428
animation-timing-function: ease-in;
3529
animation-duration: 225ms;
3630
}

0 commit comments

Comments
 (0)