---
title: Spinner
description: The Spinner component displays loading animations with standard or bounce styles and optional delays.
---
## Standard
```html
```
## Bounce
```html
```
## Hide spinner
Use modifier `env-spinner--hide` or `env-spinner-bounce--hide` to hide the spinner. i.e `env-spinner env-spinner--hide`
## Delayed spinner
Delay showing the spinner to avoid spinner flashing when the content loads fast.
Use modifier `env-spinner--fade-in` or `env-spinner-bounce--fade-in` for a delayed spinner.
Data attribute `data-delay="short"` may be used to control delay timing. Allowed values are:
- `short` (0.25s delay)
- `medium` (0.5s)
- `long` (1s)
### Delayed spinner demo
```html nocode