mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-30 06:09:34 +08:00
23 lines
242 B
Markdown
23 lines
242 B
Markdown
|
---
|
||
|
order: 1
|
||
|
title:
|
||
|
zh-CN: 动画效果
|
||
|
en-US: Active Animation
|
||
|
---
|
||
|
|
||
|
## zh-CN
|
||
|
|
||
|
显示动画效果。
|
||
|
|
||
|
## en-US
|
||
|
|
||
|
Display active animation.
|
||
|
|
||
|
````jsx
|
||
|
import { Skeleton } from 'antd';
|
||
|
|
||
|
ReactDOM.render(
|
||
|
<Skeleton active />,
|
||
|
mountNode);
|
||
|
````
|