New to Kendo UI for VueStart a free 30-day trial

Represent the props of the Animation components.

Definition

Package:@progress/kendo-vue-animation

Properties

Specifies the style which will be applied when the Animation reaches its entered state.

Specifies the style which will be applied when the Animation reaches its entering state.

Specifies the style which will be applied when the Animation reaches its exited state.

Specifies the style which will be applied when the Animation reaches its exiting state.

appear?

boolean

Defines whether a transition should happen on the first mount. Defaults to false.

When the element reaches its exit state, it is no longer available in the DOM.

Specifies the name of the CSS class which is set to the Animation.

componentChildClassName?

string | string[][]

Specifies the CSS class names which are set to each of the animated children elements.

Specifies the styles which are set to each of the animated children elements.

enter?

boolean

Specifies whether to animate the entering (showing) element (see example). Defaults to true.

exit?

boolean

Specifies whether to animate a leaving (disappearing) element (see example). Defaults to true.

id?

string

Specifies the id of the Animation.

key?

string

Specifies the id of the Animation.

Specifies if the Animation will use lazy-mounting on the first in={true}. Defaults to false.

Called when a component is added to an existing Animation component and the Animation has not started yet .

Parameters:eventAnimationEventArguments

Called when a component is added to an existing Animation component and the Animation is now finished.

Parameters:eventAnimationEventArguments

Called when a component is added to an existing Animation component and the Animation is now happening.

Parameters:eventAnimationEventArguments

An event that is called after the Animation has reached its exit state.

Parameters:eventAnimationEventArguments

An event that is called after the Animation has reached its exited state.

Parameters:eventAnimationEventArguments

An event that is called after the Animation has reached its exiting state.

Parameters:eventAnimationEventArguments

role?

string

Specifies the role of the Animation.

tag?

string

Specifies the node type of the parent Animation. Defaults to div.

Specifies the duration of the transition for the entering (animation in) Animation (see example). After the time runs out, the Animation is terminated. Defaults to 300ms.

Specifies the duration of the transition for the exiting (animation out) Animation (see example). After the time runs out, the Animation is terminated. Defaults to 300ms.

Specifies the classNames which will be applied during the transition (see example).

Specifies if the Animation will unmount after it reaches its exited state. Defaults to false.