diff --git a/utils/animation.ts b/utils/animation.ts new file mode 100644 index 0000000..cd9c422 --- /dev/null +++ b/utils/animation.ts @@ -0,0 +1,6 @@ +export const BASE_TRANSITION = { + duration: 0.15, + type: "spring", + stiffness: 200, + damping: 15, +}