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

Fix tagName should be here... #143

Closed naupaw closed 10 years ago

naupaw commented 10 years ago

by the way...

e[0] not have context object it should on parent e

benbarnett commented 10 years ago

This has been addressed by #147

chriskuehl commented 10 years ago

Thanks, Ben! Sorry, I didn't see this PR in the queue or I wouldn't have made mine.