All Questions
Tagged with javascript parallax-scrolling
1 question
5
votes
3
answers
2k
views
How should I implement parallax scrolling with pan and zoom in HTML5?
I'm writing a planetary motion simulator with the HTML5 canvas element and I want to put one or more layers of stars in the background. The user can click and drag the screen to navigate around the ...