Hi, I was wondering if a separate scroll effect can be replicated on Bubble? For example scrolling down on left side whilst keeping the right side in a fixed until scrolled until y-axis reached a certain level.
Yep… as noted above you can do it with some custom CSS…
…or, if you’d rather keep things in pure vanilla Bubble and not use any custom code, you can just use a regular floating group and hide/show it accordingly based on page scroll position, like this: