一个牛逼的页面动画(Spruce )

来源:互联网 发布:linux系统的基本命令 编辑:程序博客网 时间:2024/03/29 10:09

https://github.com/willowtreeapps/spruce-android

dependencies {    compile 'com.willowtreeapps.spruce:spruce-android:1.0.1'}
Animator spruceAnimator = new Spruce        .SpruceBuilder(parentViewGroup)        .sortWith(new DefaultSort(/*interObjectDelay=*/50L))        .animateWith(animators)        .start();