Skip to content

Commit 44fa72c

Browse files
authored
slower marquee (#2083)
1 parent 1e218f3 commit 44fa72c

File tree

1 file changed

+1
-1
lines changed
  • apps/web/src/components/base-org/root/SlidingTextSection

1 file changed

+1
-1
lines changed

apps/web/src/components/base-org/root/SlidingTextSection/index.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export default function SlidingTextSection() {
1919
'before:bg-gradient-to-r before:from-transparent before:to-blue',
2020
);
2121

22-
const animationStyles = { '--animation-duration': '20s' } as CSSProperties;
22+
const animationStyles = { '--animation-duration': '40s' } as CSSProperties;
2323

2424
return (
2525
<section>

0 commit comments

Comments
 (0)