Represent the props of theKendoVue Fade Animation component.
| Name | Type | Default | Description |
|---|---|---|---|
appear? | | Defines whether a transition should happen on the first mount. Defaults to | |
childFactory? | | After the element reaches its exit state, it is no longer availablein the DOM. If a DOM operation is required, access it trough the | |
className? | | Specifies CSS class names which are set to the Animation. | |
component? | | Specifies the node type of the parent Animation. Defaults to | |
componentChildClassName? | | Specifies the CSS class names which are set to each of the animated children elements. | |
componentChildStyle? | | Specifies the styles which are set to each of the animated children elements. | |
enter? | | Specifies whether to animate the entering (showing) element (see example). Defaults to | |
exit? | | Specifies whether to animate a leaving (disappearing) element (see example). Defaults to | |
id? | | Specifies the id of the Animation. | |
mountOnEnter? | | Specifies if the Animation will use lazy-mounting on the first | |
onEnter? | | Called when a component is added to an existing Animation component and the Animation has not started yet . | |
onEntered? | | Called when a component is added to an existing Animation component and the Animation is now finished. | |
onEntering? | | Called when a component is added to an existing Animation component and the Animation is now happening. | |
onExit? | | An event that is called after the Animation has reached its exit state. | |
onExited? | | An event that is called after the Animation has reached its exited state. | |
onExiting? | | An event that is called after the Animation has reached its exiting state. | |
tag? | | Specifies the tag. | |
transitionEnterDuration? | | Specifies the duration of the transition for the entering ( | |
transitionExitDuration? | | Specifies the duration of the transition for the exiting ( | |
unmountOnExit? | | Specifies if the Animation will unmount after it reaches its exited state. Defaults to |