AnimationChildProps
Represents the props of the child Animation elements.
| Name | Type | Default | Description | 
|---|---|---|---|
| animationEnteredStyle? | 
 | Inline styles that apply when the Animation has entered. ts  | |
| animationEnteringStyle? | 
 | Specifies the style that applies when the Animation reaches its entering state. ts  | |
| animationExitedStyle? | 
 | Inline styles that apply when the Animation has exited. ts  | |
| animationExitingStyle? | 
 | Specifies the style that applies when the Animation reaches its exiting state. ts  | |
| appear? | 
 | 
 | Defines whether a transition should happen on the first mount. | 
| className? | 
 | Custom CSS class to apply to the 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). | 
| in? | 
 | Controlled by  | |
| 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). | |
| style? | 
 | Custom inline styles to apply 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. This class generates
the  ts  | |
| unmountOnExit? | 
 | 
 | Specifies if the Animation unmounts after it reaches its exited state. | 
| unstyled? | 
 | Provides unstyled options for the Animation. Accepts an object
that implements the  ts  |