fix: slow down

This commit is contained in:
Fredrik Burmester
2024-08-21 18:43:38 +02:00
parent 53bb1751c2
commit 83407674be

View File

@@ -93,7 +93,7 @@ export const LargeMovieCarousel: React.FC<Props> = ({ ...props }) => {
<View className="flex flex-col items-center" {...props}>
<Carousel
autoPlay={true}
autoPlayInterval={2000}
autoPlayInterval={3000}
loop={true}
ref={ref}
width={width}