Platform Tools Release 29.0.6 (6198805)
Snap for 5925869 from 3ef8aea952e0949e57faf709b34bb0b15481a2c5 to sdk-release

Change-Id: I6e8968b72fa3de8b1224fb297147a1de4bf3160e
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