From e35696dfcace4a17490b6d764d5fbce75d99d9cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?ChangJoo=20Park=28=EB=B0=95=EC=B0=BD=EC=A3=BC=29?= Date: Sat, 7 Jan 2017 16:12:03 +0900 Subject: [PATCH] enter-to-class, leave-to-class available in 2.1.8 --- src/v2/guide/transitions.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/v2/guide/transitions.md b/src/v2/guide/transitions.md index 32fa1dff13..fec59644f2 100644 --- a/src/v2/guide/transitions.md +++ b/src/v2/guide/transitions.md @@ -328,10 +328,10 @@ You can also specify custom transition classes by providing the following attrib - `enter-class` - `enter-active-class` -- `enter-to-class` (> 2.1.8 only) +- `enter-to-class` (>= 2.1.8 only) - `leave-class` - `leave-active-class` -- `leave-to-class` (> 2.1.8 only) +- `leave-to-class` (>= 2.1.8 only) 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/).