Skip to content

Commit

Permalink
Chrome supports unprefixed transitions from 26+
Browse files Browse the repository at this point in the history
  • Loading branch information
matijs committed Mar 4, 2013
1 parent 3e72912 commit 7954d3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _posts/2013-02-27-transitions.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ prefixed: true
-moz-transition: width 1s linear .2s; /* 4 < Fx <16 */
-ms-transition: width 1s linear .2s; /* IE 10 */
-o-transition: width 1s linear .2s; /* 10.5 < Op < 12.1 */
transition: width 1s linear .2s; /* IE 10, Fx 16+, Op 12.1+ */
transition: width 1s linear .2s; /* IE 10, Ch 26+, Fx 16+, Op 12.1+ */
}
</code></pre>
<footer class="feature__footer">
Expand Down

0 comments on commit 7954d3e

Please sign in to comment.