Skip to content

Commit 014b3ba

Browse files
committed
🏎️ Early Name Transition
1 parent 55e9219 commit 014b3ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

world/effects/animatedName.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { motion } from "framer-motion";
22

33
const AnimatedName = () => {
4-
const baseDelay = 3.5;
4+
const baseDelay = 2.5;
55
return (
66
<motion.h1
77
initial={{ opacity: 1 }}

0 commit comments

Comments
 (0)