Skip to content

Commit

Permalink
[CHORE/#298] 배너 속도 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
boiledEgg-s committed Oct 23, 2024
1 parent a88cf00 commit 25351a6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ fun ImageSlider(
LaunchedEffect(autoScroll.value) {
if (autoScroll.value) {
while (true) {
delay(3000)
delay(2500)
if (!pagerState.isScrollInProgress) {
val nextPage = pagerState.currentPage + 1
pagerState.animateScrollToPage(nextPage)
Expand Down

0 comments on commit 25351a6

Please sign in to comment.