i'll love to have 2 offsets in jquery waypoint. Currently there is only one, the same, for up and down scrolling.
I'm using a "down" offset of 25%, and would like an "up" offset of "75%". So when the top of a block is at 25% of the top of the viewport and the scolling is goin down, 'down' is triggered. And when the top of a block is at 75% of the top of the viewport and the scolling is goin up, 'up' is triggered.
Anyone has already writen code for this hysteresis ?