lottie-android

来源:互联网 发布:如何制作mac os启动盘 编辑:程序博客网 时间:2024/06/05 08:34

lottie-android

项目地址:airbnb/lottie-android
简介:Render After Effects animations natively on Android and iOS

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:

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 {    compile 'com.airbnb.android:lottie:2.2.5'}
原创粉丝点击