fredleblanc / roundabout

A 3D Turntable jQuery Plugin.
645 stars 205 forks source link

Problem with event animationEnd #125

Open EdererK opened 11 years ago

EdererK commented 11 years ago

I'm trying to listen to the animationEnd event with this line of code:

$("#roundabout").bind("animationEnd", alert("foo"));

but it seems as the event is only thrown once at pageload. The alert never apears on an real animationEnd. anyone any idea what im doing wrong? thanks

ps: the plugin is used within an typo3 extension