I want a scroll menu like the one in this site: http://wearemanic.com/.
What technique should I use? Is there a plugin out there which provides this functionality? Can you please suggest some key words to google?
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.
I don’t think there is a plugin to do what they did. If you inspect their website you can see it is custom made. ruler-scroller.js is the class they use to scroll over the ruler matching the page. They use jQuery and jQuery.transform for the animation.
I advise you to look at their code and try to make your own scroller. Don’t start big, try something small first. For example how I would start making a scroller.
Don’t start to big, start small and add functionality by small steps.