https://github.com/airbnb/lottie-android
Airbnb开源的动画库,为什么推荐它,是因为它让复杂酷炫的动画效果轻松实现了,不仅提高工程师的效率而且性能非常客观。我在YY工作,内部已经有一套和它实现原理一样的框架,所以看到Lottie的时候,一点不觉得奇怪,考虑可能还有不少童鞋应该还不知道它,这里再推荐一下。(PS:Lottie还有iOS、React Native、Web端的实现哦)
View documentation, FAQ, help, examples, and more at airbnb.io/lottie
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.0-beta3'}
网友评论