lottie-android icon indicating copy to clipboard operation
lottie-android copied to clipboard

Render After Effects animations natively on Android and iOS, Web, and React Native

Results 82 lottie-android issues
Sort by recently updated
recently updated
newest added

Use case: I just want to know the unscaled original height / width of the LottieAnimation. I want to do my own scaling by calculating for instance given an aspect...

Currently there are individual methods for enabling and disabling Merge Paths in Lottie. This PR aims to generalize these functions as we consider adding more features guarded behind opt-in flags....

java.lang.IllegalStateException: The specified message queue synchronization barrier token has not been posted or has already been removed. ![CleanShot 2024-06-14 at 16 14 52](https://github.com/airbnb/lottie-android/assets/41406505/f84ab236-cfad-488b-b424-b31a70a76072)

Needs more info
Rendering bug

Hi. Added support for Luma and Inverted Luma matte mode cc @gpeal

We are experiencing issues with Lottie animations displaying incorrectly on Android, while they appear fine on desktop. I recently opened an issue on iOS here: https://github.com/airbnb/lottie-ios/issues/2417, and it was suggested...

Rendering bug

Context : We want to preserve the animation progress and playing state (pause or play) of a Lottie animation when the user rotates the screen. We then save the progression,...

Non-Rendering Bug

*Lottie is supported and developed on nights and weekends. Issues from [Lottie sponsors](https://github.com/users/gpeal/sponsorship) will be prioritized.* **If you don't use this template, your issue will be closed. Delete this text...

Non-Rendering Bug

``` Caused by: java.lang.NullPointerException:Attempt to invoke virtual method 'android.content.Context android.content.Context.getApplicationContext()' on a null object reference com.airbnb.lottie.manager.ImageAssetManager.boolean hasSameContext(android.content.Context)(ImageAssetManager.java:0) com.airbnb.lottie.LottieDrawable.com.airbnb.lottie.manager.ImageAssetManager getImageAssetManager()(LottieDrawable.java:0) com.airbnb.lottie.LottieDrawable.x(LottieDrawable.java:1) ``` `ImageAssetManager.hasSameContext` stopped checking for nulls since [the commit in...

Non-Rendering Bug

Whenever a ThreadPoolExecutor is constructed with an unbounded workQueue, the pool size will never go beyond corePoolSize. Using maximumPoolSize greater than corePoolSize in such case will not have any impact...

**Describe the bug** App is freezing frequently and causing ANR wen started using async updates for Lottie rendering. We use Lottie heavily for our loading and chat animations. And multiple...

Non-Rendering Bug