8000 There's no such thing as an -ms-transition · bovejgaard/developer.github.com@18d5da1 · GitHub
[go: up one dir, main page]

Skip to content

Commit 18d5da1

Browse files
committed
There's no such thing as an -ms-transition
All browsers that support -ms-transition also support transition
1 parent 0ae444a commit 18d5da1

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

static/css/documentation.css

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ h1 {
4444

4545
-webkit-transition: opacity 0.3s ease-in-out 0s;
4646
-moz-transition: opacity 0.3s ease-in-out 0s;
47-
-ms-transition: opacity 0.3s ease-in-out 0s;
47+
transition: opacity 0.3s ease-in-out 0s;
4848
}
4949

5050
h1 .header-anchor {
@@ -262,7 +262,6 @@ a img {
262262
padding: 20px 11px 19px;
263263
-webkit-transition: color 0.2s ease-in-out 0s;
264264
-moz-transition: color 0.2s ease-in-out 0s;
265-
-ms-transition: color 0.2s ease-in-out 0s;
266265
transition: color 0.2s ease-in-out 0s;
267266
}
268267

@@ -299,7 +298,6 @@ a img {
299298

300299
-webkit-transition: width 0.3s ease-in-out 0s;
301300
-moz-transition: width 0.3s ease-in-out 0s;
302-
-ms-transition: width 0.3s ease-in-out 0s;
303301
transition: width 0.3s ease-in-out 0s;
304302
}
305303

@@ -331,7 +329,6 @@ a img {
331329

332330
-webkit-transition: opacity 0.3s ease-in-out 0s;
333331
-moz-appearance-transition: opacity 0.3s ease-in-out 0s;
334-
-ms-transition: opacity 0.3s ease-in-out 0s;
335332
transition: opacity 0.3s ease-in-out 0s;
336333
}
337334

@@ -369,7 +366,6 @@ a img {
369366
opacity: 1;
370367
-webkit-transition: opacity 0.3s ease-in-out 0s;
371368
-moz-transition: opacity 0.3s ease-in-out 0s;
372-
-ms-transition: opacity 0.3s ease-in-out 0s;
373369
transition: opacity 0.3s ease-in-out 0s;
374370
}
375371

0 commit comments

Comments
 (0)
0