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
Copy file name to clipboardExpand all lines: src/v2/guide/transitions.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -328,10 +328,10 @@ You can also specify custom transition classes by providing the following attrib
328
328
329
329
-`enter-class`
330
330
-`enter-active-class`
331
-
-`enter-to-class` (> 2.1.8 only)
331
+
-`enter-to-class` (>= 2.1.8 only)
332
332
-`leave-class`
333
333
-`leave-active-class`
334
-
-`leave-to-class` (> 2.1.8 only)
334
+
-`leave-to-class` (>= 2.1.8 only)
335
335
336
336
These will override the conventional class names. This is especially useful when you want to combine Vue's transition system with an existing CSS animation library, such as [Animate.css](https://daneden.github.io/animate.css/).
0 commit comments