Any idea how to get the webkit transform rotation to rotate around a point different that the center of the element (e.g. around the top right corner)?
Share
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.
You can use transform-origin to change the position of the origin :
You just have to use a rotation to see it in action now 🙂
Here is the official documentation about it :
http://www.w3.org/TR/css3-3d-transforms/#transform-origin-property