Javascript framework for transform objects in browser(drag, scale, rotate and skew)
I'm looking for a JavaScript framework that could make an environment like polyvore.com. There is a jQuery plug-in called jQuery transformable that doing same thing but that is not compatible with IE7. Polyvore works in IE7. I guess even in IE6!
If you know a good framework in this area that is IE compatib开发者_开发技巧le please let me know.
Thanks
You could try cssSandpaper, implements transforms and animations, even on IE.
精彩评论