commit | 58f62b91ec360b2a34b56c12ec37855bac1efbcb | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Mon Nov 18 10:28:26 2019 -0800 |
committer | android-build-merger <android-build-merger@google.com> | Mon Nov 18 10:28:26 2019 -0800 |
tree | 6faf8509834f4f7f7c74e020ab704f97c1e9aaa0 | |
parent | 754da7111f33eaa12b1c5ea4689fb2585e60f339 [diff] | |
parent | a23d571c128606f2af0035bbe2a6ba805de045b0 [diff] |
Merge "Upgrade lottie to v3.1.0" am: 1c9832facc am: 890564e41d am: a23d571c12 Change-Id: I242a19e9e1a997a6e3e9e4d5bcc95e3223761cf8
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:
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.