I am looking for an option to move a <div> on the page when the page is loaded.
The <div> contains a chat window.
The box must fall down slowly to the bottom of the page and land on the footer.
How can this be achieved?
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.
Check out the .animate() function, which can be used to smoothly move div’s and other elements over the page: Animate.
Additionally, the div can be added at page load as such: