Continuous Scroll Renderer Options
data class ContinuousScrollRendererOptions(val goToAnimationDurationMs: Int? = null, val ignoreAspectRatio: Boolean = false, val maxWidth: Length? = null, val pageBackgroundColor: String = "#ffffff", val readingAreaOffsetBottom: Length? = null, val readingAreaOffsetTop: Length? = null, val scrollbarPosition: ScrollRendererScrollbarPosition = ScrollRendererScrollbarPosition.DOCUMENT)
Options specific for the ContinuousScrollRenderer.
Constructors
Link copied to clipboard
constructor(goToAnimationDurationMs: Int? = null, ignoreAspectRatio: Boolean = false, maxWidth: Length? = null, pageBackgroundColor: String = "#ffffff", readingAreaOffsetBottom: Length? = null, readingAreaOffsetTop: Length? = null, scrollbarPosition: ScrollRendererScrollbarPosition = ScrollRendererScrollbarPosition.DOCUMENT)
Properties
Link copied to clipboard
Controls how long it will take the renderer to fade in after a goTo.
Link copied to clipboard
Ignore the calculated aspectRatio to take up as much of the available view space as possible.
Link copied to clipboard
A CSS color to use as default page background.
Link copied to clipboard
This option describes how far from the bottom of the renderer's visible area the Reading Area will end.
Link copied to clipboard
This option describes how far from the top of the renderer's visible area the Reading Area will start.
Link copied to clipboard
Controls where the vertical scrollbar is placed.