heygrady / transform

jQuery 2d transformation plugin
437 stars 87 forks source link

RotateX, RotateY, #5

Closed jlukic closed 14 years ago

jlukic commented 14 years ago

RotateX and RotateY arent supported by your library, might be nice to have on to-do. :D

heygrady commented 14 years ago

Those are 3D functions that are only supported by WebKit. The purpose of this library is to support 2D transformations in IE, Mozilla, WebKit and Opera in the versions that support it.

jlukic commented 14 years ago

Agreed, no cross-browser support for transforms yet, but I'm working on an iPad/iPhone site with 3d transforms so that's why i posited the request. I monkey-patched it for now but certainly would be nice for future 3D dev, I'd be extremely surprised if this doesnt land in minefield sometime soon.

MrTomAsh commented 14 years ago

Same as -webkit-perspective from Safarii WebKit.

heygrady commented 14 years ago

The safari-only 3d functions will not be supported by this library.

MrTomAsh commented 14 years ago

Maybe in next 3D libary you made.