I've been reading up on the Easing function on the jQuery website. My intended goal is to smooth out a Div adjustment which occurs when a form is submitted.
JFiddle - http://jsfiddle.net/9qbfF/
Sandbox - http://itsmontoya.com/work/playdeadcult/index.php
Feel free to test the form to see the Div adjustment mentioned. Please use test@test.com
As you see, right now the Div snaps to place when the POST is successful. I'm hoping to use the swing Easing effect to make the experience more pleasant.
I was playing around with implementing Easing and felt as if I was messing up completely. I took the test code out so it was a cleaner environment for someone to assist me in :).
I appreciate the help!