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

Commit

Permalink
Merge branch 'feat/inner_chat_message' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
AruSeito committed Apr 17, 2024
2 parents d547cf4 + cb62a9b commit 7bfca05
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 7bfca05

Please sign in to comment.