ShowFlipLandscape

class ShowFlipLandscape(@DrawableRes firstSideDrawable: Int, @DrawableRes secondSideDrawable: Int) : CardAnimationState

Parameterized flip animation that can use SDK-specific drawables.

Parameters

firstSideDrawable

Drawable resource for the first side (front)

secondSideDrawable

Drawable resource for the second side (back)

Constructors

Link copied to clipboard
constructor(@DrawableRes firstSideDrawable: Int, @DrawableRes secondSideDrawable: Int)

Functions

Link copied to clipboard
open override fun Animate(screenDimensionMin: Dp, onAnimationCompleted: () -> Unit)