Closed nihalpawar4 closed 1 year ago
Look into this
try adding this in Navbar.jsx after the first ul :
`{toggle && (
<motion.div
style={{ opacity: 0 }}
whileInView={{ x: [300, 0], opacity: [0.9, 1] }}
transition={{ duration: 0.85, ease: 'easeOut' }}>
<HiX onClick={() => setToggle(false)} />
<ul>`
that's great.
seems cool
When I click on navbar it's quite flickering on my system also tried with other browers and devices it's same problem