cameronmcefee / plax

JQuery powered parallaxing

Home Page:http://www.cameronmcefee.com/plax

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ActivityTarget

sevenaces opened this issue · comments

The current activity target only captures the window. If you scroll down a little on a page, the new area won't be accounted for.

Changing the default plaxActivityTarget to $(document) will help with this.

Not quite sure if this is a bug, or an intentional. Took me a while to figure out :P

Hi @sevenaces,

This is intentional so that Plax operates based on the browser window rather than the size of the entire document.

Cool :)