| Interface | Description |
|---|---|
| Cancellable | Deprecated |
| ImageAssetDelegate |
Delegate to handle the loading of bitmaps that are not packaged in the assets of your app.
|
| LottieListener<T> |
Receive a result with either the value or exception for a
LottieTask |
| LottieLogger |
Give ability to integrators to provide another logging mechanism.
|
| LottieOnCompositionLoadedListener | |
| LottieProperty |
Property values are the same type as the generic type of their corresponding
LottieValueCallback. |
| OnCompositionLoadedListener | Deprecated |
| PerformanceTracker.FrameListener |
| Class | Description |
|---|---|
| FontAssetDelegate |
Delegate to handle the loading of fonts that are not packaged in the assets of your app or don't
have the same file name.
|
| L | |
| LottieAnimationView |
This view will load, deserialize, and display an After Effects animation exported with
bodymovin (https://github.com/bodymovin/bodymovin).
|
| LottieComposition |
After Effects/Bodymovin composition model.
|
| LottieComposition.Factory | Deprecated |
| LottieCompositionFactory |
Helpers to create or cache a LottieComposition.
|
| LottieDrawable |
This can be used to show an lottie animation in any place that would normally take a drawable.
|
| LottieImageAsset |
Data class describing an image asset exported by bodymovin.
|
| LottieResult<V> |
Contains class to hold the resulting value of an async task or an exception if it failed.
|
| LottieTask<T> |
Helper to run asynchronous tasks with a result.
|
| PerformanceTracker | |
| SimpleColorFilter |
A color filter with a predefined transfer mode that applies the specified color on top of the
original color.
|
| TextDelegate |
Extend this class to replace animation text with custom text.
|
| Enum | Description |
|---|---|
| RenderMode |
Controls how Lottie should render.
|
| Annotation Type | Description |
|---|---|
| LottieDrawable.RepeatMode |