commit | c5261b83ea3f57f1fc20df84467b0e7183dab26c | [log] [tgz] |
---|---|---|
author | Gabriel Peal <gpeal@users.noreply.github.com> | Sun Nov 08 16:08:42 2020 -0800 |
committer | GitHub <noreply@github.com> | Sun Nov 08 16:08:42 2020 -0800 |
tree | fb346daaf192db0d2ef58af2c4d5ccc8d60de057 | |
parent | 348b604e9e3f39733dbf59fec5440e450169bb20 [diff] |
[Compose] Added more functionality to the player and sample (#1670) Added apply opacity to layers, outline masks and mattes, and enabled merge paths by default. Also fixed some bugs in the sample app and added the ability load a file from a url.
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.