Hey bubble fam could you help me sort this out?
I want to apply conditions on a cell while user is scrolling the RG.
Has anyone done this before?
PS ideally I’d love to do this without any plugins
Hey bubble fam could you help me sort this out?
I want to apply conditions on a cell while user is scrolling the RG.
Has anyone done this before?
PS ideally I’d love to do this without any plugins
That’s just an ‘on hover’ conditional, no?
Yeap and nope. It works when mouse is hovering over an element. When mouse is static and I scroll it doesn’t, although an element still has mouse hovering overhead !
It works for me… must be the way you have things set up (unless it’s browser dependant…)…
Your Bubble app (bubbleapps.io)
Update: it works in both Chrome and Edge…
Nope it doesn’t for me. It works just like mine. It applies conditions only when I hover over it. But if I hover over an element and then scroll, it doesn’t apply condition to elements while scrolling.
Am I making myself clear?
Just to clarify…
Is the video in the link you shared an example of what you’re trying to achieve?
Or is that what you’ve currently got?
I assumed from your original post (and your twitter post) that that was an example of what you were trying to achieve, and you were asking how to achieve it?..
Yeap, that’s what I have built Sorry for confusion
In that case, I don’t think it’s possible - at least not in Chrome, as Chrome stopped sending mouse position updates whilst scrolling a while ago, so now only detects hover 100ms after scrolling ends…
Stop sending mouse position updates during scrolling - Chrome Platform Status (chromestatus.com)
I’m not sure if it can be done in other browsers…
There might be some javascript workarounds (but I don’t know any)…
Adam thanks for taking your time!