There was an error while loading. Please reload this page.
1 parent a23a0ff commit ae06fcbCopy full SHA for ae06fcb
utils/animation.ts
@@ -1,6 +1,8 @@
1
+import { AnimationGeneratorName } from "motion"
2
+
3
export const BASE_TRANSITION = {
4
duration: 0.15,
- type: "spring",
5
+ type: "spring" as AnimationGeneratorName,
6
stiffness: 200,
7
damping: 15,
8
}
0 commit comments