stutrek / scrollmonitor

A simple and fast API to monitor elements as you scroll
MIT License
3.3k stars 243 forks source link

Anchor scroll on mobile will not activate the Scroll Monitor #65

Closed dpw1 closed 7 years ago

dpw1 commented 7 years ago

A good example is here: http://www.nyondesign.it/

If you go on mobile and tap the "discover my works" <a> element it doesn't trigger the animation. It was tested on a Nexus 5 with Lollipop on Chrome, :)

stutrek commented 7 years ago

I think it's getting confused because you have an offset of -300 on an element that's smaller that 300px. Try removing that.

stutrek commented 7 years ago

I'm assuming that fixed your issue. Closing.