Transform Animation Options
data class TransformAnimationOptions(val durationMs: Int? = null, val easing: String = "cubic-bezier(0.4, 0.0, 0.2, 1)")
Options controlling how to animate the ReaderView when applying a new active transform using the IReaderViewTransformManager.
Constructors
Link copied to clipboard
fun TransformAnimationOptions(durationMs: Int? = null, easing: String = "cubic-bezier(0.4, 0.0, 0.2, 1)")