Skip to content

Commit

Permalink
Update the transition group (#3092)
Browse files Browse the repository at this point in the history
* Fix(developpers): Remove duplicate

* Fix(transition-group): Add relativ url and anchor

---------

Co-authored-by: Tuo N. Ismaël <[email protected]>
  • Loading branch information
tisma95 and Tuo N. Ismaël authored Nov 19, 2024
1 parent 8061bb2 commit b266b81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/guide/built-ins/transition-group.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,9 @@ Now it looks much better - even animating smoothly when the whole list is shuffl

[Full Example](/examples/#list-transition)

### Custom TransitionGroup classes
### Custom TransitionGroup classes {#custom-transitiongroup-classes}

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).
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>`](/guide/built-ins/transition.html#custom-transition-classes).

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

Expand Down

0 comments on commit b266b81

Please sign in to comment.