Spinner not spinning
Opened this issue · 3 comments
sammyaxe commented
The issue is that I can see the spinner when I do this:
var l = Ladda.create(document.querySelector('.ladda-button')); l.start();
but it doesn't spin at all. Tried to remove all CSS to rule out CSS conflicts.
Using Laravel.
theodorejb commented
What browser and Ladda version are you using? Which stylesheet did you add?
sammyaxe commented
I have used this CDN https://cdnjs.cloudflare.com/ajax/libs/Ladda/1.0.6/ladda-themeless.min.css
theodorejb commented
Ladda 1.x isn't supported anymore. My recommendation would be to install the latest version from npm per the instructions.