ant-design-vue/components/skeleton/demo/active.md

16 lines
170 B
Markdown
Raw Normal View History

2018-12-10 11:34:51 +08:00
<cn>
#### 动画效果
显示动画效果。
</cn>
<us>
#### Active Animation
Display active animation.
</us>
2019-10-09 18:32:23 +08:00
```tpl
2018-12-10 11:34:51 +08:00
<template>
<a-skeleton active />
</template>
```