We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b91de50 commit 33fc9f8Copy full SHA for 33fc9f8
1 file changed
src/components/home/animated-home.tsx
@@ -10,7 +10,7 @@ const sectionVariants = {
10
transition: {
11
duration: 0.7,
12
delay,
13
- ease: [0.25, 0.1, 0.25, 1],
+ ease: [0.25, 0.1, 0.25, 1] as const,
14
},
15
}),
16
};
0 commit comments