We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents de7ec7c + 446f11f commit 014e1e7Copy full SHA for 014e1e7
1 file changed
components/PawPrints.tsx
@@ -33,7 +33,7 @@ export function PawPrints() {
33
{pawPrints.map((print) => (
34
<motion.div
35
key={print.id}
36
- className="absolute text-amber-200/20"
+ className="absolute text-amber-200/10"
37
style={{
38
left: `${print.x}%`,
39
top: `${print.y}%`,
@@ -43,7 +43,7 @@ export function PawPrints() {
43
y: [0, -20, 0],
44
x: [0, 10, -10, 0],
45
rotate: [0, 360],
46
- opacity: [0.1, 0.3, 0.1]
+ opacity: [0.05, 0.15, 0.05]
47
}}
48
transition={{
49
duration: print.duration,
0 commit comments