Package com.maxkeppeler.sheets.lottie

Types

Link copied to clipboard
typealias AnimationBuilder = LottieAnimationRequest.() -> Unit

Used to apply image request settings.

Link copied to clipboard
class LottieAnimation : ImageSource

A class that holds the animation configurations.

Link copied to clipboard
class LottieAnimationRequest

Wrapper class of the LottieAnimationView class methods to offer basic functionality.

Functions

Link copied to clipboard
fun Sheet.cancelCoverAnimation()

Cancel the cover animation.

Link copied to clipboard
fun Sheet.pauseCoverAnimation()

Pause the cover animation.

Link copied to clipboard
fun Sheet.playCoverAnimation()

Play the cover animation.

Link copied to clipboard
fun Sheet.resumeCoverAnimation()

Resume the cover animation.

Link copied to clipboard
fun Sheet.withCoverLottieAnimation(lottieAnimation: LottieAnimation)

Set a cover lottie animation.