AnimationProps
Represents the props of the KendoReact Animation component.
| Name | Type | Default | Description | 
|---|---|---|---|
| animationEnteredStyle? | 
 | Specifies the inline styles applied when the Animation has entered. ts  | |
| animationEnteringStyle? | 
 | Specifies the inline styles applied when the Animation is entering. ts  | |
| animationExitedStyle? | 
 | Specifies the inline styles applied when the Animation has exited. ts  | |
| animationExitingStyle? | 
 | Specifies the inline styles applied when the Animation is exiting. ts  | |
| appear? | 
 | 
 | Defines whether a transition should happen on the first mount. | 
| childFactory? | 
 | A function for customizing the rendering of child elements. ts  | |
| className? | 
 | Specifies the CSS class names to be applied to the Animation container. ts  | |
| component? | 
 | 
 | Specifies the HTML tag of the parent Animation container. ts  | 
| componentChildClassName? | 
 | Specifies the CSS class names that are set to each of the animated children elements. | |
| componentChildStyle? | 
 | Specifies the styles that are set to each of the animated children elements. | |
| enter? | 
 | 
 | Specifies whether to animate the entering (showing) element (see example). | 
| exit? | 
 | 
 | Specifies whether to animate a leaving (disappearing) element (see example). | 
| id? | 
 | Specifies the  ts  | |
| mountOnEnter? | 
 | 
 | Specifies if the Animation uses lazy-mounting on the first  | 
| onEnter? | 
 | Called when you add a component to an existing Animation component and the Animation has not started yet (more information and example). | |
| onEntered? | 
 | Called when you add a component to an existing Animation component and the Animation is now finished (more information and example). | |
| onEntering? | 
 | Called when you add a component to an existing Animation component and the Animation is now happening (more information and example). | |
| onExit? | 
 | An event called after the Animation has reached its exit state (more information and example). | |
| onExited? | 
 | An event called after the Animation has reached its exited state (more information and example). | |
| onExiting? | 
 | An event called after the Animation has reached its exiting state (more information and example). | |
| stackChildren? | 
 | Determines whether child elements will stack on top of each other during the animation. ts  | |
| style? | 
 | Specifies the inline styles to be applied to the Animation container. ts  | |
| transitionEnterDuration? | 
 | 
 | Specifies the duration of the transition for the entering ( | 
| transitionExitDuration? | 
 | 
 | Specifies the duration of the transition for the exiting ( | 
| transitionName | 
 | Specifies the base class name for the transition. ts  | |
| unmountOnExit? | 
 | 
 | Specifies if the Animation unmounts after it reaches its exited state. | 
| unstyled? | 
 | Provides unstyled options for the Animation. ts  |