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

I am reaching out to bring to your attention a persistent issue with our Android application, specifically related to the Lottie animation. Our application, running on Android 10, utilizes Lottie ...

Non-Rendering Bug

LottieAnimationView's Parent View After Applying Alpha Animation When changing the visibility of the LottieAnimationView during the animation of the parent view, the animation pauses, but the view itself continues to...

Non-Rendering Bug

In addition to [#2435](https://github.com/airbnb/lottie-android/pull/2435), added support for loading gziped and tgs files from the network, similar to zip files.

[单独礼花.json](https://github.com/airbnb/lottie-android/files/13985470/default.json) My animation doesn't work. Show nothing on my view. But web and iOS can play this animation. [Version] Lottie android 6.3.0

Rendering bug

### [Repo case](https://github.com/airbnb/lottie-android/compare/master...awenger:lottie-android:listener-triggered-twice-repro?expand=1) ### Problem: Listeners attached to a LottieTask trigger twice if the url is already cached from a previous request. #### Case 1 **Steps To Reproduce** Steps to...

Non-Rendering Bug

This is related to #2266. `@JvmOverloads` actually does not fix binary compatibility for composable functions (I have learned as much and even more now). To be fair it **probably** does...

Non-Rendering Bug

Would it be possible to not expose `Logger` class, so it's not visible to library consumers? Like making it `internal` in kotlin?

**Is your feature request related to a problem? Please describe.** While trying to figure out why it seemed as though our use of the LottieAnimation composable was misbehaving, I realized...

New feature

*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...

Rendering bug

Previously, trim paths individually only worked for shapes within one content group. However, they will now work when spanning multiple groups. Fixes https://github.com/airbnb/lottie-android/issues/2262