When we use slideDown or Up it slides the element up or down from bottom. is there a way to slide that from both side without centering the element continuously ?
edit:
element is absolute and should start sliding from center of page.
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.
Instead of using
slideDown, animate the element’s height and margin-top.Here’s an example