| 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 |
|
| Lottie |
Class for initializing the library with custom config
|
| 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.
|
| LottieConfig |
Class for custom library configuration.
|
| LottieConfig.Builder |
|
| 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 embedded in a Lottie json file.
|
| 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 |
To replace static text in an animation at runtime, create an instance of this class and call TextDelegate.setText(String, String) to
replace the hard coded animation text (input) with the text of your choosing (output).
|