dalphyx / vue-headroom

Headroom for Vuejs
128 stars 16 forks source link

downTolerance is ignored when scroll position is 0 #25

Open wesgro opened 5 years ago

wesgro commented 5 years ago

Reduced test case: https://codesandbox.io/s/vue-template-eowu8?fontsize=14

My expectation of the downTolerance prop would be it is consistently used regardless of scroll position.

If for some reason this doesn't make sense I feel like that the prop description should include that it is ignored if the page is already at the top of the scroll box.