Skip to content

Commit e8164d2

Browse files
committed
fix: autoPlayDelay fix default to 2.0
1 parent 8bfc307 commit e8164d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ImageSlider.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ const SimpleImageSlider: React.FC<SimpleImageSliderProps> = ({
3737
showBullets,
3838
loop = true,
3939
autoPlay = false,
40-
autoPlayDelay = 0.7,
40+
autoPlayDelay = 2.0,
4141
startIndex = 0,
4242
style = undefined,
4343
slideDuration = 0.5,

0 commit comments

Comments
 (0)