Merge external/lottie from aosp/upstream-master into aosp/master am: d5ae520ccb
am: 95efd48bae

Change-Id: I0a70b07bd2feba629ca49e014dda89e53a78a579
tree: d090e416c6fe557020024cde2afe434b5328d93b
  1. .github/
  2. .idea/
  3. After Effects Samples/
  4. gifs/
  5. gradle/
  6. lottie/
  7. LottieSample/
  8. .gitignore
  9. .travis.yml
  10. Android.bp
  11. build.gradle
  12. CHANGELOG.md
  13. credentials.tar.gz
  14. DESIGNER_NOTES.md
  15. gcloud_run.sh
  16. gcloud_setup.sh
  17. gradle.properties
  18. gradlew
  19. gradlew.bat
  20. LICENSE
  21. METADATA
  22. MODULE_LICENSE_APACHE2
  23. post_pr_comment.js
  24. README.md
  25. secrets.tar.enc
  26. settings.gradle
  27. sign.sh
  28. version.sh
README.md

Lottie for Android, iOS, React Native, and Web

Build Status

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:

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