From 8bfd22c14d0308553d40d308b63ba67d9baac3af Mon Sep 17 00:00:00 2001 From: Georg Thomassen Date: Fri, 23 Sep 2016 12:49:29 +0200 Subject: [PATCH] Fixed typo Word dublication --- src/guide/transitions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/guide/transitions.md b/src/guide/transitions.md index 2447f7d855..b9b4f3ac14 100644 --- a/src/guide/transitions.md +++ b/src/guide/transitions.md @@ -1065,7 +1065,7 @@ There's one problem with this example. When you add or remove an item, the ones ### List Move Transitions -The `` component has another trick up its sleeve. It can not only animate entering and leaving, but also changes in position. The only new concept you need to know to use this feature is the addition of **the `v-move` class**, which is added when items are changing positions. Like the other classes, its prefix will match the value of match a provided `name` attribute and you can also manually specify a class with the `move-class` attribute. +The `` component has another trick up its sleeve. It can not only animate entering and leaving, but also changes in position. The only new concept you need to know to use this feature is the addition of **the `v-move` class**, which is added when items are changing positions. Like the other classes, its prefix will match the value of a provided `name` attribute and you can also manually specify a class with the `move-class` attribute. This class is mostly useful for specifying the transition timing and easing curve, as you'll see below: