Hide element on reaching certain position

Hey guys

I have a floating group and a fixed group. I want my floating group to be hidden and the fixed group to be shown when a user reaches a certain scroll position. Since this is a blog page, this position is dynamic on each page. Is there a way for me to hide and unhide both groups smoothly?

Hello @tech16
You can actually reference the “height” of groups before the said items since it’s gonna be dynamic as well.
Then you can place a contrast condition on the element you want to show/hide i.e (current page scrolling ≥ Group A’s height ).

if you’re not clear, lemme know

This surely might not be the best of ways but it’s a way…
:slightly_smiling_face:

This topic was automatically closed after 70 days. New replies are no longer allowed.