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

Uncaught TypeError: Cannot read property 'tagName' of undefined #146

Closed alexander-sibert closed 10 years ago

alexander-sibert commented 10 years ago

I use the Superslides jQuery Plugin which supports the jQuery Animate Enhanced Plugin but if i enable the current jQuery Animate Enhanced Plugin on my Relaunch http://ostseepedia.de/relaunch - then the Slider is hidden and the Console of Google Chrome gives me following error message

Uncaught TypeError: Cannot read property 'tagName' of undefined

chriskuehl commented 10 years ago

I'm also experiencing this issue, on OS X Chrome and iOS Safari.

It seems to have been introduced in be269e1 (PR #140). I've added a comment to the commit.