jianglk.darker
7ee447c011
|
4 months ago | |
---|---|---|
.. | ||
.idea | 4 months ago | |
After Effects Samples | 4 months ago | |
LottieSample | 4 months ago | |
gifs | 4 months ago | |
gradle/wrapper | 4 months ago | |
issue-repro | 4 months ago | |
lottie | 4 months ago | |
.travis.yml | 4 months ago | |
Android.bp | 4 months ago | |
CHANGELOG.md | 4 months ago | |
CODE_OF_CONDUCT.md | 4 months ago | |
DESIGNER_NOTES.md | 4 months ago | |
LICENSE | 4 months ago | |
METADATA | 4 months ago | |
MODULE_LICENSE_APACHE2 | 4 months ago | |
NOTICE | 4 months ago | |
README.md | 4 months ago | |
RELEASE.md | 4 months ago | |
build.gradle | 4 months ago | |
credentials.tar.gz | 4 months ago | |
decrypt.sh | 4 months ago | |
deploy_snapshot.sh | 4 months ago | |
gcloud_run.sh | 4 months ago | |
gcloud_setup.sh | 4 months ago | |
gradle.properties | 4 months ago | |
gradlew | 4 months ago | |
gradlew.bat | 4 months ago | |
post_pr_comment.js | 4 months ago | |
proguard.flags | 4 months ago | |
secrets.tar.enc | 4 months ago | |
settings.gradle | 4 months ago | |
sign.sh | 4 months ago | |
version.sh | 4 months ago |
README.md
Lottie for Android, iOS, React Native, Web, and Windows
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:
Sponsors
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
Lead Sponsors
View documentation, FAQ, help, examples, and more at airbnb.io/lottie
Download
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'
}
Lottie 2.8.0 and above only supports projects that have been migrated to androidx. For more information, read Google's migration guide.