layoutScroll drifts on scrollFLIP measures viewport-relative rects by default — scroll a parent container mid-animation and the offset leaks in as drift. Marking the scroll container with layoutScroll keeps measurements anchored.
layoutScroll.layoutScroll tells FLIP to re-base measurements in the container's coordinate
system, so a mid-animation scroll cancels out instead of leaking into the delta.layoutScroll drifts on scrolllayoutScroll stays anchored