project_professional_portfolio
project_professional_portfolio copied to clipboard
Navbar animation flickering
I have a bug with the framer motion. My navbar when it opens with the nice animation at first has a flicker. Anyone had this problem before?
Change from whileInView= to animate=
this because of the event propagation, you can try to handle the onClick events with a funtion when you stop the propagation before setting the toggle state check the following changes #7