17 lines
172 B
Markdown
17 lines
172 B
Markdown
|
<cn>
|
||
|
#### 动画效果
|
||
|
显示动画效果。
|
||
|
</cn>
|
||
|
|
||
|
<us>
|
||
|
#### Active Animation
|
||
|
Display active animation.
|
||
|
</us>
|
||
|
|
||
|
```html
|
||
|
<template>
|
||
|
<a-skeleton active />
|
||
|
</template>
|
||
|
```
|
||
|
|