You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
jianglk.darker 7ee447c011
v811_spc009_project
4 months ago
..
.idea v811_spc009_project 4 months ago
After Effects Samples v811_spc009_project 4 months ago
LottieSample v811_spc009_project 4 months ago
gifs v811_spc009_project 4 months ago
gradle/wrapper v811_spc009_project 4 months ago
issue-repro v811_spc009_project 4 months ago
lottie v811_spc009_project 4 months ago
.travis.yml v811_spc009_project 4 months ago
Android.bp v811_spc009_project 4 months ago
CHANGELOG.md v811_spc009_project 4 months ago
CODE_OF_CONDUCT.md v811_spc009_project 4 months ago
DESIGNER_NOTES.md v811_spc009_project 4 months ago
LICENSE v811_spc009_project 4 months ago
METADATA v811_spc009_project 4 months ago
MODULE_LICENSE_APACHE2 v811_spc009_project 4 months ago
NOTICE v811_spc009_project 4 months ago
README.md v811_spc009_project 4 months ago
RELEASE.md v811_spc009_project 4 months ago
build.gradle v811_spc009_project 4 months ago
credentials.tar.gz v811_spc009_project 4 months ago
decrypt.sh v811_spc009_project 4 months ago
deploy_snapshot.sh v811_spc009_project 4 months ago
gcloud_run.sh v811_spc009_project 4 months ago
gcloud_setup.sh v811_spc009_project 4 months ago
gradle.properties v811_spc009_project 4 months ago
gradlew v811_spc009_project 4 months ago
gradlew.bat v811_spc009_project 4 months ago
post_pr_comment.js v811_spc009_project 4 months ago
proguard.flags v811_spc009_project 4 months ago
secrets.tar.enc v811_spc009_project 4 months ago
settings.gradle v811_spc009_project 4 months ago
sign.sh v811_spc009_project 4 months ago
version.sh v811_spc009_project 4 months ago

README.md

Lottie for Android, iOS, React Native, Web, and Windows

Build Status

Get it on Google Play

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

Sponsor Button

Lead Sponsors

Duolingo

View documentation, FAQ, help, examples, and more at airbnb.io/lottie

Example1

Example2

Example3

Community

Example4

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'
}

The latest Lottie version is: lottieVersion

Lottie 2.8.0 and above only supports projects that have been migrated to androidx. For more information, read Google's migration guide.