1
0
Fork 0
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.
hmz007 6d24f2138b
Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56)
3 years ago
..
.github Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
.idea Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
After Effects Samples Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
LottieSample Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
gifs Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
gradle/wrapper Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
issue-repro Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
lottie Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
.gitignore Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
.travis.yml Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
Android.bp Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
CHANGELOG.md Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
CODE_OF_CONDUCT.md Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
DESIGNER_NOTES.md Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
LICENSE Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
METADATA Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
MODULE_LICENSE_APACHE2 Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
NOTICE Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
README.md Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
RELEASE.md Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
build.gradle Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
credentials.tar.gz Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
decrypt.sh Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
deploy_snapshot.sh Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
gcloud_run.sh Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
gcloud_setup.sh Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
gradle.properties Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
gradlew Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
gradlew.bat Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
post_pr_comment.js Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
proguard.flags Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
secrets.tar.enc Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
settings.gradle Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
sign.sh Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
version.sh Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years 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.