electerious / basicScroll

Standalone parallax scrolling for mobile and desktop with CSS variables.
https://basicscroll.electerious.com
MIT License
3.63k stars 148 forks source link

Homepage Documentation incorrect #47

Closed TomS- closed 5 years ago

TomS- commented 5 years ago

https://basicscroll.electerious.com/

In the example:

   from: 'top-top',
   to: 'bottom-bottom',

It can't start from the top and end at the bottom of the viewport. It should start at the bottom and end at the top. So from: 'top-bottom' and to 'bottom-top'.

electerious commented 5 years ago

True. They are swapped. It should be

from: 'bottom-bottom',
to: 'top-top',

Thanks for letting me know.