benbarnett / jquery-animate-enhanced

Extend $.animate() to detect CSS transitions for Webkit, Mozilla, IE>=10 and Opera and convert animations automatically.
http://playground.benbarnett.net/jquery-animate-enhanced/
MIT License
1.39k stars 196 forks source link

support for zoom using transform: scale() #92

Closed ghost closed 12 years ago

ghost commented 12 years ago

is it possible to add support to the scale propery on top of zoom? many thanks.

benbarnett commented 12 years ago

Please see http://plugins.jquery.com/project/2d-transform for features like this

ghost commented 12 years ago

thanks.