Skip to content

Commit

Permalink
Update the transition group (#2414)
Browse files Browse the repository at this point in the history
  • Loading branch information
jay-es authored Nov 19, 2024
1 parent baaf472 commit bba282b
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 @@ import ListStagger from './transition-demos/ListStagger.vue'

[完全な例](/examples/#list-transition)

### カスタムトランジションクラス
### カスタムトランジションクラス {#custom-transitiongroup-classes}

[`<Transition>` のカスタムトランジションクラス](https://vuejs.org/guide/built-ins/transition.html#custom-transition-classes)と同様に、`<TransitionGroup>``moveClass` プロパティを渡すことで、移動する要素のカスタムトランジションクラスを指定することもできます。
[`<Transition>` のカスタムトランジションクラス](/guide/built-ins/transition.html#custom-transition-classes)と同様に、`<TransitionGroup>``moveClass` プロパティを渡すことで、移動する要素のカスタムトランジションクラスを指定することもできます。

## 時差をもたせたリストのトランジション {#staggering-list-transitions}

Expand Down

0 comments on commit bba282b

Please sign in to comment.