commit | c4502c147864aa3ce8e38caff47fd07c44445af6 | [log] [tgz] |
---|---|---|
author | Sergei Dryganets <sergey.dryganets@gmail.com> | Fri Apr 20 08:57:04 2018 -0700 |
committer | Gabriel Peal <gpeal@users.noreply.github.com> | Fri Apr 20 10:57:04 2018 -0500 |
tree | ebd07a2dc2ed15d7254766aacf403acd3b13d701 | |
parent | e8dc98b1a2f68f8af79ae36d7afdeaee0be0e33a [diff] |
Code copied from SDK refactored to comply with project licensing. (#732)
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.5.4' }