commit | 4d4a4b708375c94066006aeca912374d84a4cc6d | [log] [tgz] |
---|---|---|
author | android-build-team Robot <android-build-team-robot@google.com> | Thu Jun 17 01:04:50 2021 +0000 |
committer | android-build-team Robot <android-build-team-robot@google.com> | Thu Jun 17 01:04:50 2021 +0000 |
tree | 05fe4bbf03603703931670dfb2e19f7173e88ef9 | |
parent | 9f844490108b1ea5b4d5c8d24933558fedc48f5a [diff] | |
parent | 23b2f844540a4a410a03c949fbb10bbd2809d069 [diff] |
Snap for 7464306 from 23b2f844540a4a410a03c949fbb10bbd2809d069 to sc-v2-release Change-Id: I30d6e1f49083c9ba8a3f13c9c8a25a9aeef4d1c9
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.