desandro / 3dtransforms

:package: Introduction to CSS 3D transforms
https://3dtransforms.desandro.com/
1.01k stars 163 forks source link

Add support for all vendors #1

Closed desandro closed 6 years ago

desandro commented 12 years ago

3D transforms are expected to be supported by Firefox, IE, and Opera in the near future. Right now the demos and docs are only for -webkit-transform. Other vendor prefixed props should be added, and JS needs to be updated as well. Docs should be updated to talk about wider support.

desandro commented 12 years ago

Left to do:

dotnetCarpenter commented 12 years ago

Support for Opera could be to just add a -o- prefix. Would be nice ;-)

codeofsumit commented 11 years ago

cube doesn't work in IE10