Hello! I’m trying to figure out how to do this scroll animation, where one side scrolls regularly, but is fixed until the opposite side is done scrolling
one way would be to set up an animation to one side/element, that should stay fixed with the following settings:
“onscroll” → move down. Use the “top” setting to set where on the screen it should be fixed.
Play around with the amount of movement until it should move again out of view.
other way would be to fix the element and set up an “on scroll” movement with a delay to move up (out of view) at your desired time.
I would shoose option 1