Skip to content

Commit

Permalink
Add missing non-webkit transforms to advanced example.
Browse files Browse the repository at this point in the history
  • Loading branch information
patiek committed Apr 8, 2013
1 parent 3cb815d commit 597db50
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions example-advanced.html
Expand Up @@ -79,6 +79,9 @@
opacity: 1.0;
transform: scale(1.5);
-webkit-transform: scale(1.5);
-moz-transform: scale(1.5);
-ms-transform: scale(1.5);
-o-transform: scale(1.5);
z-index: 10;
}
</style>
Expand Down

0 comments on commit 597db50

Please sign in to comment.