commit | 60786c221e28a444c688f70cc1c6baad6445f60a | [log] [tgz] |
---|---|---|
author | Xin Li <delphij@google.com> | Fri Oct 08 09:00:22 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Fri Oct 08 09:00:22 2021 +0000 |
tree | b2a6d4894c7e7ff206b4cbb2806e7374730bab55 | |
parent | 06b68f7ab6f8321bebdb63ef77c0852545f8a9c3 [diff] | |
parent | c47e710d824f81f7d24468ffa0bf038683601c62 [diff] |
[automerger skipped] Merge Android 12 am: f9a845802f -s ours am: c0329df68d -s ours am: b2657eecac -s ours am: 0089f8352c -s ours am: c47e710d82 -s ours am skip reason: Merged-In Ic6c53901be1d94b9f92dd95c481ca9d360a302a3 with SHA-1 0be80335f7 is already in history Original change: https://android-review.googlesource.com/c/platform/external/lottie/+/1847430 Change-Id: I5b7084e3b10e90a3890d1e8868be20fa5dd827c3
Lottie is a mobile library for Android and iOS that parses Adobe After Effects animations exported as json with Bodymovin and renders them natively on mobile!
For the first time, designers can create and ship beautiful animations without an engineer painstakingly recreating it by hand. They say a picture is worth 1,000 words so here are 13,000:
Lottie is maintained and improved on nights and weekends. If you use Lottie in your app, please consider sponsoring it to help ensure that we can continue to improve the project we love. Click the sponsor button above to learn more
Gradle is the only supported build configuration, so just add the dependency to your project build.gradle
file:
dependencies { implementation 'com.airbnb.android:lottie:$lottieVersion' }
The latest Lottie version is:
Lottie 2.8.0 and above only supports projects that have been migrated to androidx. For more information, read Google's migration guide.