Hey arnespremberg and welcome to the GreenSock forums.   First let's understand why this happens: Since you're pinning the container of the iframe, GSAP needs to add a wrapper element (.pin-spacer) to allow pinning to work properly. When ScrollTrigger refreshes, this wrapper element needs to be updated. In order to get the correct measurements, that means the pin-spacer needs to be removed. When an iframe gets moved around in the DOM (even a little bit) browsers force it to refresh (wh
    • Like
    1