How to create a scrolling design like stripe.com

Hey there.

Any suggestions on how to make a design like stripe.com with the img/gif/animation feature when schooling?
Is there a way to make this in Bubble?

Thanks

You can use the mouse animation plugin by bubble to get to know the scroll position etc.

I think this can be even better achieved using JavaScript scroll library for each group. It has been a while since I implemented it.

Just add the CSS property position: sticky to the animated container., and then change the animation based on scroll position.

Or are you asking how to actually create a similar animation?

Thanks