GriffinJohnston/ldrs

Trying to use a loader from here in SolidJS, it does not animate

Closed this issue · 1 comments

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.

image

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

curious why it worked in react without it