Floating Button: Visible at Scroll Depth

Hi all!.

First post here and have been working on a Bubble page for a few weeks now.

I’m trying to create a button in a floating group that becomes visible only when a user gets past a certain scroll depth. I tried utilizing the condition “current page scrolling position” is " > x" but I don’t think that’s the correct way to approach the situation.

Can anyone share some thoughts/solutions with me?

Thank you!

It should work like that. Make sure that “visible on page load” is unchecked.

Check it in action here: https://lois-demos.bubbleapps.io/version-test?debug_mode=true
(scroll depth is 1000)

Thank you for the example, I got it! I had to flip the “vertically float relative to top” from “bottom.”

How did you anchor your example so neatly into the bottom-right corner?