How do I control a window by mouse movement in javascript?? I mean the page should auto scroll on moving the mouse.
Share
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.
This can be done using parallax like in this http://www.franckmaurin.com/the-parallax-effects-with-jquery/
You are not actually controlling a window but divs.
Here is a sample basic code: