animation between the tab show and hide effects (jquery 2.0.2 & jqueryui 1.10.3)
I am trying to perform an animation after the hide effect has finished but before the show effect starts.
I already tried the beforeActivate and activate events. But sadly enough the beforeActivate is triggered before the hide effect even started. And the activate is triggered after the show effect finished.
So here I basicly have the basic start setup.
But seeing I have no idea how to continue to implement an animation between those 2 effects. It's just a basic setup for the tabs to work with the slide effects
http://jsfiddle.net/WnDV9/126/