lukehaas / Scrollify

A jQuery plugin that assists scrolling and snaps to sections.
MIT License
1.8k stars 578 forks source link

Custom sticky header #377

Open undefinedzain opened 5 years ago

undefinedzain commented 5 years ago

Hello , i want create a page that using sticky header here. Screenshot from 2019-04-09 16-22-52

but when i scrolled down. the second section (red background section) is shown too. it's height looks like same as the sticky header. how can i make the next section is not displaying or all next section is getting proper height.

Screenshot from 2019-04-09 16-23-03

ZFYL commented 5 years ago

Perharps you could try the offset parameter: offset : -50, Change 50 to the height of your sticky bar. If positive value is set, it will offset the scroll from above to bottom.