locomotivemtl / locomotive-scroll

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

Can't get initPosition to work #444

Closed virik closed 2 years ago

sam-hajj commented 2 years ago

Did you find the problem with initPosition?

Even in this great example, if you input an initPosition of 50 in the x axis, it still initializes at 0

There may be some messy workarounds, like forcing the position via CSS transform with an initial position as you do a scrollTo to the initPosition coordinates. Not ideal