Let’s say I have two forms. When the user finishes with the first form, they can click continue and move onto the second form. Currently I’m just using fadein and fadeout to display the two forms on one page. But I want to change it to a transform effect. So let’s say the box for the 2nd form is larger than the box for the 1st form. Then after finished with the first form and clicking submit, i want it to grow into the size of the 2nd box and then display the next content.
I don’t know what that is called and I’ve been searching aimlessly for a while now but everything is pointing to fade effects, non-relevant plugins like rotate, etc. Any ideas on how I can achieve this transforming effect for containers? Thanks
Here is a simple example I put together http://jsfiddle.net/ums8a/
and the html