Is it possible to animate the zoom animation
I’ve tried this but it is just the same as using the css property to set it.
$(this).animate({
zoom: 0.5
}, 500);
Height animations work etc
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.
Try this :
**, but currently you cannot animate them with basic jQuery.
However, you can use a jQuery plugin for that, like jquery.transform.js.
Please note the IE9 also supports the transform property, I found some info about it in this SO question.**