Skip to content
This repository was archived by the owner on Aug 8, 2022. It is now read-only.

Commit b6b99b9

Browse files
authored
update transitions-list.md (#839)
* enhance transitions-list.md * update transitions-list.md
1 parent 7d3a763 commit b6b99b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guide/transitions-list.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ Vue.createApp(Demo).mount('#list-demo')
7676

7777
`<transition-group>` 组件还有一个特殊之处。除了进入和离开,它还可以为定位的改变添加动画。只需了解新增的 **`v-move`**就可以使用这个新功能,它会应用在元素改变定位的过程中。像之前的类名一样,它的前缀可以通过 `name` attribute 来自定义,也可以通过 `move-class` attribute 手动设置。
7878

79-
这个类主要用于指定过渡 timing 和 easing 曲线,如下所示:
79+
这个类主要用于指定过渡时长和缓动效果曲线,如下所示:
8080

8181
```html
8282
<script src="https://cdnjs.cloudflare.com/ajax/libs/lodash.js/4.17.15/lodash.min.js"></script>

0 commit comments

Comments
 (0)