Package com. airbnb. lottie. compose
Types
LottieAnimatable
Link copied to clipboard
LottieAnimatable is an extension of LottieAnimationState that contains imperative suspend functions to control animation playback.
LottieAnimationState
Link copied to clipboard
LottieAnimationState is a value holder that contains information about the current Lottie animation.
LottieCancellationBehavior
Link copied to clipboard
LottieClipSpec
Link copied to clipboard
sealed class LottieClipSpec
Content copied to clipboard
Use subclasses of LottieClipSpec to set min/max bounds on the animation playback.
LottieCompositionResult
Link copied to clipboard
LottieCompositionSpec
Link copied to clipboard
interface LottieCompositionSpec
Content copied to clipboard
LottieConstants
Link copied to clipboard
object LottieConstants
Content copied to clipboard
LottieDynamicProperties
Link copied to clipboard
class LottieDynamicProperties
Content copied to clipboard
LottieDynamicProperty
Link copied to clipboard
LottieRetrySignal
Link copied to clipboard
Functions
animateLottieCompositionAsState
Link copied to clipboard
@Composable()
Content copied to clipboard
Returns a LottieAnimationState representing the progress of an animation.
awaitOrNull
Link copied to clipboard
Like LottieCompositionResult.await but returns null instead of throwing an exception if the animation fails to load.
LottieAnimatable
Link copied to clipboard
LottieAnimation
Link copied to clipboard
@Composable()
Content copied to clipboard
@Composable()
Content copied to clipboard
This is like LottieAnimation except that it handles driving the animation via animateLottieCompositionAsState instead of taking a raw progress parameter.
rememberLottieAnimatable
Link copied to clipboard
rememberLottieComposition
Link copied to clipboard
@Composable()
Content copied to clipboard
Takes a LottieCompositionSpec, attempts to load and parse the animation, and returns a LottieCompositionResult.
rememberLottieDynamicProperties
Link copied to clipboard
@Composable()
Content copied to clipboard
rememberLottieDynamicProperty
Link copied to clipboard
@Composable()
Content copied to clipboard
@Composable()
Content copied to clipboard
rememberLottieRetrySignal
Link copied to clipboard
resetToBeginning
Link copied to clipboard