Closed nikitavoloboev closed 1 year ago
Code here: https://github.com/nikitavoloboev/kuskus/blob/main/src/components/Loader.tsx
Trying to make this loader work: https://github.com/GriffinJohnston/uiball-loaders/blob/main/src/components/LeapFrog.js
I copied everything 1 to 1, just adapted to Solid.
However it renders as 3 black dots, no animation, I don't know why, perhaps you know?
Thank you.
Ok adding !important to end of all animation: fixed it
!important
animation:
curious why it worked in react without it
Code here: https://github.com/nikitavoloboev/kuskus/blob/main/src/components/Loader.tsx
Trying to make this loader work: https://github.com/GriffinJohnston/uiball-loaders/blob/main/src/components/LeapFrog.js
I copied everything 1 to 1, just adapted to Solid.
However it renders as 3 black dots, no animation, I don't know why, perhaps you know?
Thank you.