mirror of
https://gitee.com/ant-design-vue/ant-design-vue.git
synced 2024-12-05 21:50:07 +08:00
16 lines
170 B
Markdown
16 lines
170 B
Markdown
<cn>
|
|
#### 动画效果
|
|
显示动画效果。
|
|
</cn>
|
|
|
|
<us>
|
|
#### Active Animation
|
|
Display active animation.
|
|
</us>
|
|
|
|
```tpl
|
|
<template>
|
|
<a-skeleton active />
|
|
</template>
|
|
```
|