We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb41d79 commit 1e737d5Copy full SHA for 1e737d5
src/guide/transitions.md
@@ -1083,7 +1083,7 @@ new Vue({
1083
1084
### 列表的位移过渡
1085
1086
-`<transition-group>` 组件还有一个特性。不仅可以进入和离开动画,还可以改变定位。要使用这个新功能只了解新增 ** `v-move` class 类名**,它会在元素的改变定位的过程中应用。像之前的类名一样,可以通过 `name` 属性来自定义前缀,也可以通过 `move-class` 属性手动设置。
+`<transition-group>` 组件还有一个特殊之处。不仅可以进入和离开动画,还可以改变定位。要使用这个新功能只了解新增 ** `v-move` class 类名**,它会在元素的改变定位的过程中应用。像之前的类名一样,可以通过 `name` 属性来自定义前缀,也可以通过 `move-class` 属性手动设置。
1087
1088
这个类名对于设置过渡的切换时机和过渡曲线非常有用,你会看到如下的例子:
1089
0 commit comments