Skip to content
This repository has been archived by the owner on May 17, 2024. It is now read-only.

Commit

Permalink
feat: ✨ update animation
Browse files Browse the repository at this point in the history
  • Loading branch information
AruSeito committed Apr 17, 2024
1 parent c28441a commit cb62a9b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { stagger, useAnimate } from "framer-motion"
import { useEffect } from "react"

const staggerMenuItems = stagger(0.1, { startDelay: 0.2 })
const staggerMenuItems = stagger(0.15, { startDelay: 0.1, ease: "easeInOut" })

export function useMenuAnimation() {
const [scope, animate] = useAnimate()
Expand Down

0 comments on commit cb62a9b

Please sign in to comment.