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 6db8ac9 commit 307bb10Copy full SHA for 307bb10
components/home-animation.tsx
@@ -32,14 +32,12 @@ export function HeaderSection({
32
initial={{ opacity: 0, y: 20 }}
33
animate={{ opacity: 1, y: 0 }}
34
transition={{ duration: 0.2, ease: "easeOut" }}
35
- style={{ willChange: "transform" }}
36
>
37
<motion.h1
38
className="text-lg sm:text-xl lg:text-2xl font-bold"
39
initial={{ opacity: 0 }}
40
animate={{ opacity: 1 }}
41
transition={{ delay: 0.1, duration: 0.2 }}
42
43
44
{title}
45
</motion.h1>
@@ -48,7 +46,6 @@ export function HeaderSection({
48
46
49
47
50
transition={{ delay: 0.15, duration: 0.2 }}
51
52
53
{description}
54
</motion.p>
0 commit comments