5 Star 7 Fork 3

HarmonyOS-TPC / ohos-Spinkit

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README

ohos-SpinKit

openharmony 加载动画(SpinKitohos)

效果

Gradle 依赖

dependencies {
   implementation 'io.openharmony.tpc.thirdlib:ohos-SpinKit:1.0.3'
}

使用

  • ProgressBar
       DoubleBounce doubleBounce = new DoubleBounce();
       doubleBounce.setPaintColor(0XFF1AAF5D);
       doubleBounce.onBoundsChange(0, 0, progressBar.getWidth(), progressBar.getHeight());
       doubleBounce.setComponent(progressBar);
       progressBar.setProgressElement(doubleBounce);
       progressBar.setIndeterminate(true);
       progressBar.addDrawTask((component, canvas) -> doubleBounce.drawToCanvas(canvas));

###样式:

样式 预览
RotatingPlane RotatingPlane
DoubleBounce DoubleBounce
Wave Wave
WanderingCubes WanderingCubes
Pulse Pulse
ChasingDots ChasingDots
ThreeBounce ThreeBounce
Circle Circle
CubeGrid CubeGrid
FadingCircle FadingCircle

RotatingCircle | RotatingCircle

##感谢

空文件

简介

openharmony 加载动画(SpinKitohos) 展开 收起
Java
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
1
https://gitee.com/HarmonyOS-tpc/ohos-Spinkit.git
git@gitee.com:HarmonyOS-tpc/ohos-Spinkit.git
HarmonyOS-tpc
ohos-Spinkit
ohos-Spinkit
master

搜索帮助