Skip to content

Commit

Permalink
Increase transition speed
Browse files Browse the repository at this point in the history
  • Loading branch information
Jokauppi committed Mar 27, 2024
1 parent 01befb3 commit 3e2d8e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/(infoscreen)/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const CarouselLayout = ({
}: CarouselLayoutProps) => {
return (
<main className="flex max-h-screen min-h-screen">
<Carousel loop duration={20} delay={20000}>
<Carousel loop duration={40} delay={20000}>
{events}
<Slide className="items-center justify-center bg-black text-yellow-400">
<Logo />
Expand Down

0 comments on commit 3e2d8e7

Please sign in to comment.