fgnass / spin.js

A spinning activity indicator
http://spin.js.org
MIT License
9.3k stars 1.02k forks source link

Spin do not show animation in UI after updating Bootstrap and jQuery #373

Closed LVDuong closed 4 years ago

LVDuong commented 4 years ago

I am using spin.min.js version 2.3.2. With old version of Bootstrap and jQuery, the spin animation show in the view when I use showLoading. But after I update my Bootstrap to version 4.3.1 and 3.4.1 with jQuery, the function showLoading() keep running but it do not show spin animation in the view.

Who can help me resolve this problem to show spin in the loading view?

Thanks so much!

simplenotezy commented 4 years ago

I believe I have the same error. The spinner is visible and all HTML is there:

image

But the animation is just simply black. No animation:

image

theodorejb commented 4 years ago

v2.3.2 isn't supported anymore. I would recommend updating to v4 and adding back jQuery support if you need it per https://github.com/fgnass/spin.js/issues/365#issuecomment-547738650.