Open ppscvalentin opened 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.
fullyEnterViewport
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?
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.