I have a floating group on he right side of a page. I want the element to float till it reaches another element or a page position, then stop floating. Similar to the Airbnb Experience page ( https://www.airbnb.com/experiences/25414?&source=p1¤tTab=&searchId= ). Is this possible within Bubble?
You can hack this by hiding the floating group when “current page scrolling position” is at a specific Y coordinate value and show a static group in the same position.
Thanks! :)I just discovered that and have implemented this, so I’m halfway there. However, I have some elements that shrink/stretch, so the position would have to be dynamic. Is there a way to pull the current position of another element and reference this in the workflow?
Great idea with using the Group Focus. This kept my static element in place. i did however have to estimate the current page position (for hiding and unhiding the static element) as the other elements on the page stretch.