BlogPlaygroundOne

VScaleTransition 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).

boolean
false

Absolutely positions the leaving element (useful for FLIP).

string
undefined

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

string
undefined

Sets the transition origin on the element. You can find more information on the MDN documentation for transition origin.

Slots
never

The default Vue slot.