scrollmonitor icon indicating copy to clipboard operation
scrollmonitor copied to clipboard

Hash jump across elements fullyEntered elements are triggered out of order

Open ppscvalentin opened this issue 7 years ago • 1 comments
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.

ppscvalentin avatar Aug 23 '18 13:08 ppscvalentin

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

stutrek avatar Sep 14 '19 16:09 stutrek