您的位置:首页 >ionic 加载动画
发布于2026-08-11 阅读(0)
扫一扫,手机访问
ionSpinner 内置了不少旋转式加载动画图标。界面处于加载过程时,用它来给用户展示对应的加载状态,会更直观,也能减少等待时的迷茫感。

该图标采用的是SVG。
//默认用法
和大多数其他 Ionic 组件一样,spinner 也支持 Ionic 统一的标准颜色命名方式,写法如下:
body {
cursor: url('http://www.runob.com/try/demo_source/finger.png'), auto;
}
p {
text-align: center;
margin-bottom: 40px !important;
}
.spinner svg {
width: 19% !important;
height: 85px !important;
}
angular.module('ionicApp', ['ionic'])
.controller('MyCtrl', function($scope) {
});
效果如下所示:
上一篇:ionic 选项卡栏操作
下一篇:ionic 滑动框
售后无忧
立即购买>office旗舰店
售后无忧
立即购买>office旗舰店
售后无忧
立即购买>office旗舰店
售后无忧
立即购买>office旗舰店
正版软件
正版软件
正版软件
正版软件
正版软件
1
2
3
4
5
6
7
8
9