bigskysoftware / bigskysoftware/htmx
hx-indicator: specify minimum waiting time
Open
- Dominant language
- JavaScript
- Stars
- 49.4k
- Forks
- 1.7k
- Avg merge
- 3d 22h
- Merged PRs (30d)
- 30
Description
`hx-indicator` is very useful to give the user some more feedback about a request being in progress.
However, in some cases, showing the indicator immediately makes the application feel clunky/slow.
For example, when used with `hx-boost`:

It would be nice if I could specify a minimum waiting time before the indicator appears.
I'm aware that this can probably be achieved with CSS animations, but I feel like a dedicated attribute works better.
My HTMX version: `1.9.12`
Contributor guide
Assessment
This issue has not been assessed yet.