Home › Forums › CSS › How to make header height change when scrolling › Re: How to make header height change when scrolling
January 28, 2013 at 12:48 pm
#122605
Participant
if you check that engage.js with your debugger you will find a triggerpoint set to about 65px. and then a listener for scroll events. if the scroll is higher than the triggerpoint the css for the nav is changed.
hope i didnt confuse you too much!