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

Diamonds-spinner seems broken #19

Closed jis3r closed 3 years ago

jis3r commented 3 years ago

First of all thank you very much for this nice collection of spinners, saved a lot of work for me! :)

I just tried different spinners in my project, and the diamonds-spinner seems to be broken: it is just one pulsing diamond visible. I tried to inspect the spinner and it seems like all three diamonds are pulsing on the same spot, resulting in the horizontal motion not being visible. That's just my guess, so this might not be the reason.

https://user-images.githubusercontent.com/72663107/122412172-a291db80-cf85-11eb-858a-e9cc5970922f.mp4

Schum123 commented 3 years ago

Hello @jis3r! Thank you very much for the kind words.

I will look into this. Seems to be broken for me aswell.

Schum123 commented 3 years ago

@jis3r This should be fixed now.

REPL