Skip to content

Commit

Permalink
Opera 12.50 will unprefix transitions
Browse files Browse the repository at this point in the history
  • Loading branch information
mathiasbynens committed Aug 3, 2012
1 parent e0ac9f2 commit d155495
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion css/build.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! css3please.com | 2012-08-03 17:32:21 */
/*! css3please.com | 2012-08-03 17:33:50 */

html, body {
padding:0;
Expand Down
2 changes: 1 addition & 1 deletion css/build.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -160,8 +160,8 @@ <h1>
.box_transition {
-webkit-transition: <b g="0">all</b> <b g="1">0.3s</b> <b g="2">ease-out</b>; <span class="comment">/* Saf3.2+, Chrome <span class="endcomment">*/</span></span>
-moz-transition: <b g="0">all</b> <b g="1">0.3s</b> <b g="2">ease-out</b>; <span class="comment">/* Firefox 4-15 <span class="endcomment">*/</span></span>
-o-transition: <b g="0">all</b> <b g="1">0.3s</b> <b g="2">ease-out</b>; <span class="comment">/* Opera 10.5+ <span class="endcomment">*/</span></span>
transition: <b g="0">all</b> <b g="1">0.3s</b> <b g="2">ease-out</b>; <span class="comment">/* Firefox 16+ <span class="endcomment">*/</span>

This comment has been minimized.

Copy link
@mathiasbynens

mathiasbynens Aug 3, 2012

Author Collaborator

@paulirish Shouldn’t “Opera 10.5” say “Opera 10.50” here? /cc @miketaylr

This comment has been minimized.

Copy link
@paulirish

paulirish Aug 3, 2012

Owner

Opera's version scheme's unwillingness to participate in basic mathematic decimal place semantics isn't gonna slow me down.

This comment has been minimized.

Copy link
@mathiasbynens

mathiasbynens Aug 4, 2012

Author Collaborator

Fixed in 7cdd933.

This comment has been minimized.

Copy link
@paulirish

paulirish Aug 4, 2012

Owner

basically amazing. thanks for the fixup, mathias.

also i'm wondering if css3please should now recommend you to use compass and nib instead of it..

-o-transition: <b g="0">all</b> <b g="1">0.3s</b> <b g="2">ease-out</b>; <span class="comment">/* Opera 10.5–12.00 <span class="endcomment">*/</span></span>
transition: <b g="0">all</b> <b g="1">0.3s</b> <b g="2">ease-out</b>; <span class="comment">/* Firefox 16+, Opera 12.50+ <span class="endcomment">*/</span>
}</pre>
<pre class="rule comment commentclose"><span class="comment">/* */</span></pre>
</div>
Expand Down
2 changes: 1 addition & 1 deletion javascript/build.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d155495

Please sign in to comment.