Skip to content

Commit bb1b7d1

Browse files
ChangJoo-Parkkazupon
authored andcommitted
enter-to-class, leave-to-class available in 2.1.8 (vuejs#689)
1 parent 38dce96 commit bb1b7d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/v2/guide/transitions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -328,10 +328,10 @@ You can also specify custom transition classes by providing the following attrib
328328

329329
- `enter-class`
330330
- `enter-active-class`
331-
- `enter-to-class` (> 2.1.8 only)
331+
- `enter-to-class` (>= 2.1.8 only)
332332
- `leave-class`
333333
- `leave-active-class`
334-
- `leave-to-class` (> 2.1.8 only)
334+
- `leave-to-class` (>= 2.1.8 only)
335335

336336
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/).
337337

0 commit comments

Comments
 (0)