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 ae2fd81 commit a4f2000Copy full SHA for a4f2000
src/guide/transitions.md
@@ -1539,7 +1539,7 @@ Vue.component('my-special-transition', {
1539
```
1540
当你想在 Vue 的过渡系统中定义的 CSS 过渡/动画不同过渡间切换会非常有用。
1541
1542
-所有的过渡属性都是动态绑定。它不仅是简单的属性,通过事件的钩子函数方法,可以在获取相应到上下文数据。这意味着,可以根据组件状态通过 JavaScript 过渡设置不同的过渡效果。
+所有的过渡特性都是动态绑定。它不仅是简单的特性,通过事件的钩子函数方法,可以在获取相应到上下文数据。这意味着,可以根据组件状态通过 JavaScript 过渡设置不同的过渡效果。
1543
1544
``` html
1545
<script src="https://cdnjs.cloudflare.com/ajax/libs/velocity/1.2.3/velocity.min.js"></script>
0 commit comments