The section comes up to 100% and stop, turns to grey.
Then the text scroll in.
After the text goes to the right position, the whole section starts to move again.
Now the section just keeps moving. I am not sure if it relates to the animation boundaries…
If anyone can help me to find out if this interaction is possible to do or not, I really appreciate a lot.
Thanks for your reply.
Should I use the position: sticky for the section?
Once I make the section sticky, the text looks great when it comes up.
However, the section just sticks there and don’t move again.
How can I make the whole section scroll up again?
You need a wrapping div that the Section will move inside of it (now it is moving and sticking relative to the body).
Once you have a wrapping div, you should set the scroll interaction on it (since the sticky section does not scroll regularly).