Kind of hacky…but. What I have done in the past was to just set 2 set states. One to get the current position and set another state to get the previous position. Then if the current position is less than the previous position then show header.
Then do a workflow to update the states each second.
Previous Position = Current position state
Current position = Current Position (new position)
Does that make any sense?
It’s not instant but it still works.
Also, there might be someone else out there that can give you a better solution. I just don’t know one. It might have something to do with some custom JavaScript code or something.
Want to learn more for free? 👨🏻💻
Subscribe to my free tutorials at the
NoCodeMinute on YouTube 
