Load加载

author: 闫申申

定义

页面局部处于等待异步数据或正在渲染过程时,合适的加载动效会有效缓解用户的焦虑。

图片展示

Load 加载 - 图1

代码演示

  1. import Load from 'pile/dist/components/load',
  2. <Load
  3. show={true}
  4. timeOut={3000}
  5. loadType='carFace'
  6. loadSize='small'
  7. />

属性

参数 描述 数据类型 默认值
show 是否展示组件 bool true
loadType 展示方式 string ( carFace、 carSide、 carRun、loadEffect 、loadLogo、carRunNew、loading、ballScale ) string loadLogo
timeOut 展示时长 number null
loadSize Icon 尺寸 string small
showTypeTips 超时时长 bool true

原文: https://didi.github.io/pile.js/docs/2017/08/develop-components-loads.html