-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
good first issueGood for newcomersGood for newcomers
Description
Using Framer Motion add smooth spring effect in navbar:
Steps to complete this task:
- In
App.tsxfile put<NavbarComponent />in amotion.div import {motion} from "framer-motion"- Add props in
motion.divtag: initial={{ opacity:0, y:100 }} animate={{ opacity:1, y:0 }} transition={{ duration: 0.5, delay: 0.1, type: "spring" }}
- Format the App.tsx
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomers