Header changes as you scroll down (jQuery)

后端 未结 7 1501
滥情空心
滥情空心 2020-12-01 01:22

TechCrunch recently redesigned their site and they have a sweet header that minifies into a thinner version of their branding as you scroll down.

You can see what I

7条回答
  •  一整个雨季
    2020-12-01 02:04

    Here's one idea

    • Bind to document.body.onscroll event
    • onscroll check for the scroll position. if is not at top, replace the image at the bar
    • if it as at top, display the other image

提交回复
热议问题