Hi GSAP team,
First of all, thanks again for your work,
I'm trying to achieve a specific effect for a project
I have sections which look like tiles. When we scroll, the next tile is pinned under the current one and then scrolls naturally with the page once the "tile" is fully shown.
Like if you have a deck of cards in your hand and you remove them one by one by pushing them to the top.
But inside one tile, I have another Scrolltrigger (the black container in the Codepen) and its start value is calculated "well" but as the tile is pinned for one moment, the start value becomes wrong and I would like to recalculate it but it looks like Scrolltrigger cannot do that
Do you have an idea of how I can manage this use case?
I did a Codepen to show my issue, the markers are supposed to stick to the top and the bottom of the black box
Bonus question: I don't understand why the last ".content" background is cut?
Cheers 🫰