As a user I would like to be able to set a condition to detect if a value increases or decreases.
Currently I only have the possibility of choosing the following options and their variables : Greather than, Less than, Equal, ...
DETAILS :
I'm currently prototyping a long web page where I need some interactions to be triggered as soon as the user scroll up or down no matter where he/she does in the page.
EXAMPLE :
In iOS15, Safari's url bar is floating and :
  • When the user scroll down the bar stick to the bottom of the screen.
  • When the user scroll up the bar goes back to floating again