suhaylmv
Explore posts from serversCustom cursor not working
I have this simple custom cursor component. When I try to hover over some sections (all sections except headers for some reason) it starts jumping and disappears. I have no idea what that could be. Am I missing something?
Btw it's used on an Astro project, in case it's relevant
7 replies
Disabling transition on load?
I have a sticky navbar lower in the page which uses an intersection observer to transition to another color when it reaches the top. But the problem is that there's a transition on page load, is there a smart SolidJS way to fix it?
3 replies
How to make a sticky navbar change color when it has reached the top? Like in solidjs homepage
I think I should use this https://github.com/solidjs-community/solid-primitives/tree/main/packages/intersection-observer#readme , but I can't think of a way of implementing that. Code:
7 replies