Skip to content

Commit 415363b

Browse files
authored
Merge pull request volksbright#414 from GeorgThomassen/patch-1
Fixed typo
2 parents 43e499c + c836386 commit 415363b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guide/transitions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1065,7 +1065,7 @@ There's one problem with this example. When you add or remove an item, the ones
10651065

10661066
### List Move Transitions
10671067

1068-
The `<transition-group>` 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.
1068+
The `<transition-group>` 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.
10691069

10701070
This class is mostly useful for specifying the transition timing and easing curve, as you'll see below:
10711071

0 commit comments

Comments
 (0)