Package com.nyangzzi.scrollinganimation.core.scrollingHorizontal

Types

Link copied to clipboard
enum HorizontalDirection : Enum<HorizontalDirection>

Functions

Link copied to clipboard
fun ScrollingHorizontal(    modifier: Modifier = Modifier,     shape: Shape = RectangleShape,     deceleration: Float = 15.0f,     direction: HorizontalDirection = HorizontalDirection.LeftToRight,     content: @Composable BoxScope.() -> Unit)

Components that flow horizontally