commit | 9abda9fd97800d02897513a7a19bb3f050e02bad | [log] [tgz] |
---|---|---|
author | Bo Duan <boduan402@gmail.com> | Sun Nov 10 21:25:55 2019 -0800 |
committer | Gabriel Peal <gpeal@users.noreply.github.com> | Sun Nov 10 21:25:55 2019 -0800 |
tree | 7be738d31f9e9f1c95dad54cdf40697708c5cd31 | |
parent | 3a5d706bad862a4eec9e3b4bc10a0c693077987e [diff] |
Support ScaleType.FIT_XY. (#1418) Fixes #801 Fixes #1384
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.