Skip to content

Commit

Permalink
util: animation util added with BASE_TRANSITION
Browse files Browse the repository at this point in the history
  • Loading branch information
nirnejak committed Sep 10, 2024
1 parent bedc721 commit 9cbe8c4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions utils/animation.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
export const BASE_TRANSITION = {
duration: 0.15,
type: "spring",
stiffness: 200,
damping: 15,
}

0 comments on commit 9cbe8c4

Please sign in to comment.