Recently I've discovered default behavior of HTML progress tag.
If you don't provide any attributes, progress acts like loader.
<progress/>
That is how it look:
- In Firefox
- In Chrome
- In Safari Although it does not look&feel identical in browsers, it looks ok, even for light theme.
Such loader solution could be useful for rapid prototyping and minimal interfaces.
Top comments (0)