BlogPlaygroundOne

VExpandTransition API


Props
name
type
default
boolean
false

Removes the ability to click or target the component.

boolean
false

Creates a transition-group component. You can find more information in the vue docs.

boolean
false

Hides the leaving element (no exit animation).

'default' | 'in-out' | 'out-in'
'in-out'

Sets the transition mode (does not apply to transition-group). You can find more information on the Vue documentation for transition modes.

Slots
never

The default Vue slot.