AnimationChildProps
Represents the props of the child Animation elements.
Name | Type | Default | Description |
---|---|---|---|
animationEnteredStyle? |
|
Inline styles applied when the Animation has entered. ts
| |
animationEnteringStyle? |
|
Specifies the style which will be applied when the Animation reaches its entering state. ts
| |
animationExitedStyle? |
|
Inline styles applied when the Animation has exited. ts
| |
animationExitingStyle? |
|
Specifies the style which will be applied when the Animation reaches its exiting state. ts
| |
appear? |
|
Defines whether a transition should happen on the first mount. Defaults to | |
className? |
|
Custom CSS class to apply to the Animation container. ts
| |
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 | |
in? |
|
Controlled by | |
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 (more information and example). | |
onEntered? |
|
Called when a component is added to an existing Animation component and the Animation is now finished (more information and example). | |
onEntering? |
|
Called when a component is added to an existing Animation component and the Animation is now happening (more information and example). | |
onExit? |
|
An event that is called after the Animation has reached its exit state (more information and example). | |
onExited? |
|
An event that is called after the Animation has reached its exited state (more information and example). | |
onExiting? |
|
An event that is 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 will be used
to generate the ts
| |
unmountOnExit? |
|
Specifies if the Animation will unmount after it reaches its exited state. Defaults to | |
unstyled? |
|
Provides unstyled options for the Animation. Accepts an object
implementing the ts
|