see: https://github.com/rstaib/jquery-steps/blob/master/build/jquery.steps.js#L512
easy way:
$.when(loadAsyncContent).then( function() {
        startTransitionEffect(wizard, options, state, index, oldIndex);
        wizard.triggerHandler("stepChanged", [index, oldIndex]);
});