stutrek / scrollmonitor

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

Hash jump across elements fullyEntered elements are triggered out of order #82

Open ppscvalentin opened 6 years ago

ppscvalentin commented 6 years ago

Create 3 section, watch for fullyEnterViewport and log. Jump from section 1 to 3 using #hash and the logs will appear in a backwards order.

I expected to see 1, 2, 3 but instead got 3, 2, 1.

stutrek commented 5 years ago

Can you make a codepen or something to set up this situation?