• Stars
    star
    319
  • Rank 131,491 (Top 3 %)
  • Language
    Java
  • License
    Apache License 2.0
  • Created about 8 years ago
  • Updated almost 7 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

守望先锋的加载动画

###OWLoading

OverWatchLoading,模仿守望先锋的加载动画效果

效果

守望先锋效果:

image

demo效果:

image

使用

这个小项目已经将loading浓缩成一个自定义view:OWLoadingView,只需要在需要的布局中正常引用指定宽高即可。 你可以下载这个项目,将该自定义view直接拷贝到你的项目中使用。

API

  • startAnim() 开始动画;
  • stopAnim() 中止动画;
  • setColor(int color) 设置填充的颜色;
  • setAutoStartAnim(boolean autoStartAnim) 设置是否自动开启动画;

相关原理解析

效果实现的流程及原理分析请参考这里