markdalgleish / stellar.js

Stellar.js - Parallax scrolling made easy
http://markdalgleish.com/projects/stellar.js/
MIT License
4.64k stars 1.33k forks source link

Running Stellar on element #119

Open ghost opened 9 years ago

ghost commented 9 years ago

I'm trying to run Stellar.js on 'main' element instead of 'window', but the position of my background image not updated when I scroll the page. The 'main' element doesn't have scrollbars, so naturally $elem.scrollTop() returns nothing but zero and the scroll position is always the same.

esr360 commented 7 years ago

I was wondering why I couldn't control Stellar by selecting DOM elements.