I am trying to figure out how to change the applications spinner.
I found another post that lead me to find two files /node_modules/spin.js/spin.js and /node_modules/abp-web-resources/Abp/Framework/scripts/libs/abp.spin.js but still haven't figured out how to just swap out the animated loader or spinner. I still would like to use abps busy indicator. All I would like to do is change the animated spinner.
Any help would be greatly appreciated.
1 Answer(s)
-
0
Hi @ joe704la,
<a class="postlink" href="https://spin.js.org/">https://spin.js.org/</a> library creates the spinner. So, you can try to configure it via javascript code (it seems like it is supported), or you can create a version that you want to use on their website and use it instead of the one in node_modules.