locomotivemtl / locomotive-scroll

🛤 Detection of elements in viewport & smooth scrolling with parallax.
https://locomotivemtl.github.io/locomotive-scroll
MIT License
7.98k stars 1.12k forks source link

README gestureDirection for mobile and tablet option #479

Open Milo-Diapason opened 2 years ago

Milo-Diapason commented 2 years ago

Hello 👋

The "Istance options" table in the README states:

"tablet & smartphone" … "horizontalGesture"

but the actual working option seems to be "gestureDirection"

It took ages to me to figure it out why my project wasn't working as I assumed the "gestureDirection" was a dedicated option for such contexts.

Thank you 👊