Delay
Delay render
EuiDelayRender is a component for conditionally toggling the visibility of a child component. It will ensure that the child is hidden for at least 500ms (default). This allows delay UI rendering. That is helpful when you need to update aria live region(s) repeatedly.
Loading...
Delay hide
EuiDelayHide is a component for conditionally toggling the visibility of a child component. It will ensure that the child is visible for at least 1000ms (default). This avoids UI glitches that are common with loading spinners and other elements that are rendered conditionally and potentially for a short amount of time.
Loading...
Props
EuiDelayRender
Prop | Description and type | Default value |
---|---|---|
Prop delay# | Description and type Type: number | Default value 500 |