Hide on scroll, show when stopped

newbie-question

#1

I’ve got a dynamic panel that I want to be shown when the page is static and then I want to hide it while the page is being scrolled, then show it again when the page has stopped scrolling.

At the moment I’ve got it to hide when the page is scrolled but I can’t work out how to bring it back again!

Thanks


#2

Hi @lizziea,

Maybe something like that:
HideonScroll.rp (44.1 KB)

OnWindowsScroll => Hide dynamic panel
On the dynamic panel, when Hidden => wait a few time then show itself

image

Hope it will help,
Best,