mstratman / jQuery-Smart-Wizard

flexible jQuery plug-in that gives wizard like interface
http://mstratman.github.com/jQuery-Smart-Wizard/
303 stars 164 forks source link

Slide left animation should work #20

Closed highruned closed 11 years ago

highruned commented 11 years ago

Fixes the slideleft animation. It thinks the element width is 0 because the element is hidden when the width is stored in the $this.contentWidth variable. I changed it so it grabs it dynamically. Happy for any other tweak though.

mstratman commented 11 years ago

Excellent, thanks! See if this fixes it for you: mstratman@81a3f57

I didn't merge this because i didn't want to introduce the space changes (from space to tabs) in your commit, and this was quicker than doing an interactive merge :)