Skip to content

Commit 05461b1

Browse files
Update src/guide/built-ins/transition-group.md
1 parent d6af7bf commit 05461b1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/guide/built-ins/transition-group.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ Now it looks much better - even animating smoothly when the whole list is shuffl
8181
[Full Example](/examples/#list-transition)
8282

8383
### Custom TransitionGroup classes
84+
8485
You can also specify custom transition classes for the moving element by passing the `moveClass` prop to `<TransitionGroup>`, just like [custom transition classes on `<Transition>`](https://vuejs.org/guide/built-ins/transition.html#custom-transition-classes).
8586

8687
## Staggering List Transitions {#staggering-list-transitions}

0 commit comments

Comments
 (0)