From 8b426e1875f5a28b31ee1a3ca037f9afcdb34e38 Mon Sep 17 00:00:00 2001 From: Andrew Li Date: Wed, 4 Dec 2024 13:37:41 -0600 Subject: [PATCH] slow down animation --- src/components/PhotoBar/PhotoBar.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/PhotoBar/PhotoBar.tsx b/src/components/PhotoBar/PhotoBar.tsx index 861b0d8..ed97cec 100644 --- a/src/components/PhotoBar/PhotoBar.tsx +++ b/src/components/PhotoBar/PhotoBar.tsx @@ -5,7 +5,7 @@ import People from "./People"; interface IPhotoBar {} export const PhotoBar: React.FC = () => { - const secondsPerPerson = 2; + const secondsPerPerson = 5; return (

Meet our Team