-
Notifications
You must be signed in to change notification settings - Fork 206
Closed
Description
Comment from Ben Palmer extracted from #27
Would be great to add a callback for when the animation ends. I have tried hooking onto the 'opening' or 'opening_tick' method but neither worked. So a callback like:
$('#reel').reel({
onEntryEnd: function(){
/* Do something */
}
});