Compose Modifier

carouselParallaxScrollEffect

Add a parallax effect to an item by clipping and translating the item as it enters and exits a scrollable viewport.

MultiAspectCarouselRowSample

@OptIn(ExperimentalMaterial3Api::class)
@Preview
@Sampled
@Composable
fun MultiAspectCarouselRowSample() {
    data class CarouselItem(
        val id: Int,

Content updated: