CarouselConfig

data class CarouselConfig(val animationEffect: String, val showControls: Boolean, val shouldAutoScroll: Boolean, val autoScrollInterval: Double, val transitionDuration: Double)(source)

Constructors

Link copied to clipboard
constructor(animationEffect: String, showControls: Boolean, shouldAutoScroll: Boolean, autoScrollInterval: Double, transitionDuration: Double)

Properties

Link copied to clipboard

The type of animation to use for the carousel

Link copied to clipboard

The time (in seconds) after which the carousel will auto-scroll once rendered on screen

Link copied to clipboard

Whether the carousel should automatically scroll

Link copied to clipboard

Whether the user-interface controls should be rendered for this block

Link copied to clipboard

The time (in seconds) it takes for the carousel to transition from one image to another