HTML and CSS Reference
In-Depth Information
The two specs define two- and three-dimensional transforms. I'll cover the
features they offer in two separate sections and will be brief, because transforms are
a lot more interesting when combined with animations and other effects. Browser
support for transforms is summarized in Ta b l e 5 . 1 . I've not broken them down into
detailed references because generally this data works for all properties associated
with the 2D and 3D varieties of transforms.
TAB LE 5.1
Browser Support for Transforms
BROWSER
2D TRANSFORMS
3D TRANSFORMS
Opera
10.6 with -o-
No
Firefox
3.5 with -moz-
10 with -moz-
Safari
3.1 with -webkit-
4 with -webkit-
Chrome
4 with -webkit-
12 with -webkit-
Internet Explorer
9 with -ms-
10 with -ms-
iOS
3.2 with -webkit-
3.2 with -webkit-
Android
2.1 with -webkit-
3 with -webkit-
Mobile Chrome
Since beta with -webkit-
Since beta with -webkit-
Opera Mobile
11 with -o-
No
Opera Mini
No
No
Note that in IE10 platform preview 6, support for non-prefixed transform properties has
been added.
 
Search WWH ::




Custom Search