locomotivemtl / locomotive-scroll

🛤 Detection of elements in viewport & smooth scrolling with parallax.
https://locomotivemtl.github.io/locomotive-scroll
MIT License
7.56k stars 1.11k forks source link

Detecting collision with fixed header and scroll-sections (change color of header on collision) #436

Closed cjjkeesq closed 2 years ago

cjjkeesq commented 2 years ago

Hello,

I was wondering if it's in anyway possible to detect when a fixed header collides with a scroll-section.

I've tried a lot of things, but I can't get it to work.

I would like to change the color of my header when it collides/overlaps with a certain section (with a white background).

Kind regards,

Kees