Single Page Swipe Renderer Options
data class SinglePageSwipeRendererOptions(val direction: Axis = Axis.X, val minMarginBetweenPages: Int = 24, val rubberBandElasticity: Double = 0.65, val showPageBackgroundShadow: Boolean = false, val useWindowDimensionsForPageContainers: Boolean = true, val animationDurationMs: Double? = null, val disableAnimations: Boolean = false, val goToAnimationDurationMs: Int? = null, val ignoreAspectRatio: Boolean = false, val pageBackgroundColor: String = "#ffffff")
Options used with the SinglePageSwipeRenderer.
Constructors
Link copied to clipboard
fun SinglePageSwipeRendererOptions(direction: Axis = Axis.X, minMarginBetweenPages: Int = 24, rubberBandElasticity: Double = 0.65, showPageBackgroundShadow: Boolean = false, useWindowDimensionsForPageContainers: Boolean = true, animationDurationMs: Double? = null, disableAnimations: Boolean = false, goToAnimationDurationMs: Int? = null, ignoreAspectRatio: Boolean = false, pageBackgroundColor: String = "#ffffff")