# 何时使用

- 需要轻量 **Lottie** 动效加载（默认远程 JSON，失败时回退 antd-mobile `SpinLoading`）
- 不适用：已有统一 Spin 设计时可直接用 [Ant Design Mobile SpinLoading](https://mobile.ant.design/zh/components/spin-loading)

---

# API

| 属性          | 类型 | 默认值 | 说明 |
| ------------- | ---- | ------ | ---- |
| size          | `number` | `18` | 动画宽高（px） |
| animationData | `string` \| `object` | 内置 CDN Lottie JSON URL | 远程 URL 或内联 Lottie JSON 对象 |

---

# FAQ

- 默认动画地址见源码 `DEFAULT_ANIMATION_URL`；内网环境可换 `animationData` 为本地 JSON 对象。
