astro-loading-indicator icon indicating copy to clipboard operation
astro-loading-indicator copied to clipboard

Display a progress bar between page navigations when using View Transitions

Results 2 astro-loading-indicator issues
Sort by recently updated
recently updated
newest added

```html .astro-loading-indicator { --progress: 0; --animation-duration: 300ms; --opacity-animation-duration: 150ms; pointer-events: none; background-color: hsl(192, 41%, 84%); position: fixed; z-index: 1031; top: 0; left: 0; width: 100%; height: 3px; transition: transform var(--animation-duration)...

https://github.com/florian-lefebvre/astro-loading-indicator/blob/main/package%2Fsrc%2FLoadingIndicator.astro#L42 200 should be replaced by defaultThreshold

bug
help wanted
good first issue