Skip to content

Commit

Permalink
docs : intro : fix -ms- vendor prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
desandro committed Mar 24, 2012
1 parent ae8f91f commit 1abb534
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _posts/docs/2010-12-01-introduction.mdown
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ Add these styles to your CSS for [filtering](filtering.html), [animation](animat
.isotope .isotope-item {
-webkit-transition-property: -webkit-transform, opacity;
-moz-transition-property: -moz-transform, opacity;
-ms-transition-property: -moz-transform, opacity;
-ms-transition-property: -ms-transform, opacity;
-o-transition-property: top, left, opacity;
transition-property: transform, opacity;
}
Expand Down

0 comments on commit 1abb534

Please sign in to comment.