FiftyShadesOf

介绍:

一个漂亮的视图预加载效果。

运行效果:

使用说明:

FiftyShadesOf.with(context)
             .on(view1, view2, view3)
             .start();

View Selector

FiftyShadesOf.with(context)
             .on(R.id.view1, R.id.view2, R.id.view3) //views id
             .on(view1, view2, view3) //views references
             .on(viewGroup) //group of views
             .exept(view1, view2) //skip a view
             .start();

Cross

(By Default)

FiftyShadesOf.with(context)
             .on(R.id.view)
             .start();

cross.gif

Fade

FiftyShadesOf.with(context)
             .on(R.id.view)
             .fadeIn(true)
             .start();

1476413211266969.gif

下载

compile 'com.github.florent37:fiftyshadesof:1.0.0'
已下载
0