I made an interaction to show/hide a navbar triggered by the scrolling of a hero section out/in the visual area of the web page…
-
When the hero section is scrolling out (I want to show the navbar) I notice that the event is triggered on the iPad when the scrolling stops (when I gave it a good swipe this can be very long after the hero section disappeared).
-
When the hero section is scrolling in (I want to hide the navbar) I notice that the event is triggered on the iPad immediately (the moment the hero section appears).
Can I (if so… how ?) trigger that scrolling out event faster (at the moment the hero section is scrolling out) on the iPad ? (on my PC it all works great)