Skip to content
This repository was archived by the owner on Jan 11, 2024. It is now read-only.

Commit a520a0e

Browse files
committed
Formatting
1 parent 89cd819 commit a520a0e

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

themes/default/jquery.mobile.transitions.css

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -112,9 +112,9 @@
112112

113113
.fade.animate {
114114
-webkit-transition-property: opacity;
115-
-moz-transition-property: opacity;
116-
-o-transition-property: opacity;
117-
transition-property: opacity;
115+
-moz-transition-property: opacity;
116+
-o-transition-property: opacity;
117+
transition-property: opacity;
118118
}
119119

120120
.fade.in,
@@ -177,24 +177,24 @@
177177

178178
.pop.animate {
179179
-webkit-transition-property: -webkit-transform, opacity;
180-
-moz-transition-property: -moz-transform, opacity;
181-
-o-transition-property: -o-transform, opacity;
182-
transition-property: transform, opacity;
180+
-moz-transition-property: -moz-transform, opacity;
181+
-o-transition-property: -o-transform, opacity;
182+
transition-property: transform, opacity;
183183
}
184184

185185
.pop {
186186
-webkit-transform-origin: 50% 50%;
187-
-moz-transform-origin: 50% 50%;
188-
-o-transform-origin: 50% 50%;
189-
transform-origin: 50% 50%;
187+
-moz-transform-origin: 50% 50%;
188+
-o-transform-origin: 50% 50%;
189+
transform-origin: 50% 50%;
190190
}
191191

192192
.pop.in,
193193
.pop.out.reverse.animate {
194194
-webkit-transform: scale(.2);
195-
-moz-transform: scale(.2);
196-
-o-transform: scale(.2);
197-
transform: scale(.2);
195+
-moz-transform: scale(.2);
196+
-o-transform: scale(.2);
197+
transform: scale(.2);
198198
opacity: 0;
199199
z-index: 10;
200200
}

0 commit comments

Comments
 (0)