I’m trying to achieve an effect like the one on this page (click the submit button).
The modal drops down from the top of the page. I think it’s a jQuery easing effect, but I am a little baffled by all the options.
How can I do this?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The easing they’re using is called
easeOutBack, it really just boils down to this:Here’s their effect packed up in a stand-alone demo to show it a bit better.