A hook to manage fade in/fade out and mounted state.
Parameters:
| Name | Type | Description | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
args | object | The arguments for the hook. Properties
|
- Since
- 5.1.6
- Source
Returns:
The fade in out state.
- Type:
- object
Methods
(inner) fadeIn() → {void}
Mount and fade in a component.
- Since
- 5.1.6
- Source
Returns:
- Type:
- void
(inner) fadeOut() → {void}
Fade out and unmount a component.
- Since
- 5.1.6
- Source
Returns:
- Type:
- void