We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55e9219 commit 014b3baCopy full SHA for 014b3ba
world/effects/animatedName.tsx
@@ -1,7 +1,7 @@
1
import { motion } from "framer-motion";
2
3
const AnimatedName = () => {
4
- const baseDelay = 3.5;
+ const baseDelay = 2.5;
5
return (
6
<motion.h1
7
initial={{ opacity: 1 }}
0 commit comments