I have added a scroll event on a top bar of 100px in height. When this bar scrolls out of view it hides another seperate element, which works well at the moment. But I want it to hide a little later, which means I want it to hide after scrolling 200px for example.
The problem is that I cannot set a negative value in the offset box, the only direction it goes right now is upwards,I need it to go downwards. If I enter 50px in either the top or bottom offset, top just makes it hide too early and the bottom doesn’t work at all.
Hi @Pascal, I may not completely understand what you are trying to do, but when I took a peek, it might be easier to just assign the interaction to the hide message div, and set that to use 0% offsets:
Setting the interaction on the hide message div works to reproduce the desired effect:
Hi @cyberdave thanks for your reply!
That’s indeed what I used in my design with a hidden div, but it just felt a bit ‘hacky’ and it seemed cleaner with a negative value in the top bar itself.