Use fa-pulse instead of spin CSS animation
This commit is contained in:
parent
49b1cbc3da
commit
30da722543
2
main.js
2
main.js
|
@ -14,7 +14,7 @@ var page3 = "pages/projects.html";
|
|||
|
||||
const contentArea = document.getElementById("page");
|
||||
|
||||
const spinner = '<div class="loading-box"><i class="fa fa-spinner loading" aria-hidden="true"></i></div>';
|
||||
const spinner = '<div class="loading-box"><i class="fa fa-spinner fa-pulse loading" aria-hidden="true"></i></div>';
|
||||
|
||||
// Very bad function to get rid of the "active" class wherever it is atm
|
||||
function resetButtons() {
|
||||
|
|
Loading…
Reference in New Issue