You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`v-enter-active` and `v-leave-active` 可以控制 enter/leave 过渡的不同阶段,下一节,
112
-
`v-enter-active` and `v-leave-active` give you the ability to specify different easing curves for enter/leave transitions, which you'll see an example of in the following section.
111
+
`v-enter-active` and `v-leave-active` 可以控制 进入/离开 过渡的不同阶段,在下面章节会有个示例说明。
113
112
114
113
### CSS 过渡
115
114
@@ -183,6 +182,14 @@ new Vue({
183
182
</style>
184
183
{% endraw %}
185
184
185
+
***
186
+
187
+
> 原文:http://rc.vuejs.org/guide/transitions.html
188
+
189
+
***
190
+
191
+
# Transitions: Entering, Leaving, and Lists
192
+
186
193
## Overview
187
194
188
195
Vue provides a variety of ways to apply transition effects when items are inserted, updated, or removed from the DOM. This includes tools to:
0 commit comments