Skip to content
Advertisement

React – Shrink nav image on scroll down of the page

I currently have my nav set up how i’d like, I would just like the logo image to shrink from 91px to 60px when the user scrolls down the page, and then grow back to 91px when they’re at the top. I’ve seen some questions online but none of them seem to work or be specific enough for the solution I want. Any help would be really appreciated. Updated my code with my attempt from this codesandpit from this questionResize Header onscroll React

When I scroll down I get this error –

TypeError: headerEl is null

JavaScript

Advertisement

Answer

So, I took some time and went through the code. I missed the CSS file on codesandbox, I’ve amended my code and using getElementbyID, I change the logo from a class to an ID and then used that. In the CSS I created a class called logoShrink and added transitions to both.

JavaScript

if anyone is bothered, code is below!

JavaScript
User contributions licensed under: CC BY-SA
6 People found this is helpful
Advertisement