The transform functions work fine in Chrome. They work fine in safari unless you are trying to transform a java applet or flash and the like. Is there a way to get the transform to work?
"-webkit-transform": "scaleX(.5) scaleY(.5) rotateY(25deg)"
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I found the answer http://viget.com/inspire/webkit-transform-kill-the-flash. You have to give it an initial rotate.
Adjusted fiddle