Executing callback function before .fadeIn effect starts.
The .fadeIn effect has a "done" callback option that allows you to complete the animation before executing the callback function. But there does not appear to be an option that allows you to execute the callback function before the fadeIn starts.
Basically, I'm looking to execute and complete a code segment before the .fadeIn effect starts. Is there a way to do this?
thanks.