commit | 9bae2d8a705833c06ba43980ceaad320fd5f3918 | [log] [tgz] |
---|---|---|
author | Gabriel Peal <gpeal@users.noreply.github.com> | Fri Dec 15 13:49:47 2017 -0500 |
committer | GitHub <noreply@github.com> | Fri Dec 15 13:49:47 2017 -0500 |
tree | 46f5b241614e34a1cd50980f207f1e3a18db4f77 | |
parent | bbfad48e5bd208c5f5b5ad85510fe91b312db31c [diff] |
Removed InitialValue code (#568) Internal optimization. Cleans up code and should make switching to JSONReader easier.
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:
Gradle is the only supported build configuration, so just add the dependency to your project build.gradle
file:
dependencies { compile 'com.airbnb.android:lottie:2.3.2-SNAPSHOT' }