scrollmonitor
scrollmonitor copied to clipboard
Hash jump across elements fullyEntered elements are triggered out of order
trafficstars
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.
Can you make a codepen or something to set up this situation?