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

box-shadow #151

Open ThePromenader opened 10 years ago

ThePromenader commented 10 years ago

Hello,

First off thanks for a css-transition plugin that's smoother than anything out there (better even than greensock for full-page-image transitions!).

I'm having one very small issue that I'd like to let you know about, on animations on elements containing elements with a box-shadow property: animate-enhanced resizes these (the inner elements) to a larger size (probably the width of the box-shadow) during animation, but resizes them back after.

I don't get the same behaviour when using the native (chunky!) jquery 'animate' function.

I'm on Mac OS X Mavericks (10.9.2) and using Safari 7.0.2. ADDED: This seems to be a Safari (webkit-) only issue, all is fine in other browsers.

Thanks a million for all your research and work!

Josef.