You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: themes/default/jquery.mobile.transitions.css
+5-3Lines changed: 5 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@
15
15
to {-webkit-transform:rotate(360deg);}
16
16
}
17
17
18
-
.in, .out {
18
+
.in.animate, .out.animate {
19
19
-webkit-transition:350ms ease-in-out;
20
20
-moz-transition:350ms ease-in-out;
21
21
-o-transition:350ms ease-in-out;
@@ -162,11 +162,14 @@
162
162
}
163
163
164
164
.flip {
165
-
-webkit-transition-duration:.65s;
166
165
-webkit-backface-visibility: hidden;
167
166
-webkit-transform:translateX(0); /* Needed to work around an iOS 3.1 bug that causes listview thumbs to disappear when -webkit-visibility:hidden is used. */
0 commit comments