1. 首页
  2. 移动开发
  3. 其他
  4. url spinner:地址栏中的微调框 源码

url spinner:地址栏中的微调框 源码

上传者: 2021-04-06 21:28:32上传 ZIP文件 191.31KB 热度 10次
网址旋转 地址栏中的微调框。 灵感来自 开始吧 安装 使用npm: npm install url-spinner 用法 简单的例子 import { startSpinning } from "url-spinner" ; const stopSpinning = startSpinning ( ) ; // Perform some async tasks and call stopSpinning at a proper time setTimeout ( stopSpinning , 3000 ) ; 要在3秒后自动停止旋转 startSpinning ( { duration : 3000 } ) ; 定制微调器 startSpinning ( { duration : 3000 , spinner : [ ":new_moon_face:" , ":waning_crescent_moon:" , ":last_quarter_moon:" , ":waning_gibbous_moon:" , ":full_moon_face:" ,
下载地址
用户评论