Skip to content

auto scroll side effect

milan jurkulák edited this page May 2, 2024 · 1 revision

//tvlib/org.mjdev.tvlib.ui.components.carousel/AutoScrollSideEffect

AutoScrollSideEffect

[androidJvm]\

@Composable

fun AutoScrollSideEffect(autoScrollDurationMillis: Long, itemCount: Int, carouselState: CarouselState, doAutoScroll: Boolean, onAutoScrollChange: (isAutoScrollActive: Boolean) -> Unit? = null)

Clone this wiki locally