Hello! I'm new with Gsap and I'm trying to change the background color of a section and it works great, the thing is when I switch to dark mode it doesn't chenge the default background color to the darker one, only happens if I switch it before going to that section. (I'm using React Switch)
The colors are a variable that checks if dark mode is activated or not, but timeline doesn't change with it. Already tried with toggleActions. I think I might have to do a function to change the color when the dark mode is active or inactive, but I'm not sure how...
This is how it looks like when I get there
this is how it looks if I change the theme
This is how should look (and how it looks when I go to other page and come back)
I tried to put it into a CodePen but not really working
https://codepen.io/mariaferraro/pen/gOjLEdx