Package com.airbnb.lottie.compose
See: Description
-
Interface Summary Interface Description LottieAnimatable LottieAnimatable is an extension of LottieAnimationState that contains imperative suspend functions to control animation playback. LottieAnimationState LottieAnimationState is a value holder that contains information about the current Lottie animation. LottieCompositionResult A LottieCompositionResult subclass is returned from rememberLottieComposition. LottieCompositionSpec Specification for a com.airbnb.lottie.LottieComposition. -
Enum Summary Enum Description LottieCancellationBehavior Determines how the animation should behave if the calling CoroutineScope is cancelled. -
Class Summary Class Description Frame Play the animation between these two frames. Progress Play the animation between these two progress values. Markers Play the animation from minMarker until maxMarker. Marker Play the animation from the beginning of the marker for the duration of the marker itself. LottieClipSpec Use subclasses of LottieClipSpec to set min/max bounds on the animation playback. RawRes Load an animation from res/raw. Url Load an animation from the internet. File Load an animation from an arbitrary file. Asset Load an animation from the assets directory of your app. JsonString Load an animation from its json string. ContentProvider Load an animation from a content provider URI. LottieDynamicProperty LottieDynamicProperties LottiePainter A Painter that renders a LottieComposition. LottieRetrySignal Helper to retry compositions that fail to load. LottieAnimatableKt LottieAnimationKt LottieCompositionResultKt LottieDynamicPropertiesKt LottiePainterKt LottieRetrySignalKt AnimateLottieCompositionAsStateKt RememberLottieCompositionKt -
Object Summary Object Description LottieConstants