Schum123 / svelte-loading-spinners

A collection of loading spinner components for SvelteJs
https://schum123.github.io/svelte-loading-spinners/
MIT License
511 stars 35 forks source link

Patched Diamond spinner glitch on iOS #30

Closed EthanBehrends closed 2 years ago

EthanBehrends commented 2 years ago

On iOS browsers (e.g. Chrome and Safari), the animation from left: 0 -> left: 50% does not get handled correctly. Adding the percent sign fixes this.