文件名称:spin.js:旋转活动指示器
文件大小:193KB
文件格式:ZIP
更新时间:2024-03-14 19:20:13
TypeScript
spin.js 动画加载微调器 没有图片 没有依赖关系 高度可配置 分辨率独立 使用CSS关键帧动画 在所有主流浏览器中均可使用 包括TypeScript定义 作为本机ES6模块分发 麻省理工学院执照 安装 npm install spin.js 用法 CSS < link rel =" stylesheet " href =" node_modules/spin.js/spin.css " > TypeScript或JavaScript import { Spinner } from 'spin.js' ; var target = document . getElementById ( 'foo' ) ; new Spinner ( { color : '#fff' , lines : 12 } ) . spin ( target ) ; 有关交互式演示和所有受支持选项的列表
【文件预览】:
spin.js-master
----spin.css(571B)
----spin.ts(6KB)
----.gitattributes(104B)
----rollup.config.js(314B)
----Gruntfile.js(1KB)
----SpinnerOptions.d.ts(2KB)
----CONTRIBUTING.md(637B)
----site()
--------index.html(8KB)
--------CNAME(12B)
--------example()
--------assets()
--------index.js(4KB)
----tsconfig.json(192B)
----LICENSE.md(1KB)
----README.md(808B)
----.gitignore(105B)
----CHANGELOG.md(11KB)
----package-lock.json(89KB)
----package.json(951B)