Is there a way to call a function right before jQuery animation starts? I want to have a method that is fired before each animation in a potentially long queue.
I know .animate()
function has start
option, but it's being called when animation is added to queue not when it actually begins.