Use fa-pulse instead of spin CSS animation

This commit is contained in:
Dominik V. Salonen 2018-03-15 13:50:18 +01:00
parent 49b1cbc3da
commit 30da722543
2 changed files with 1 additions and 5 deletions

View File

@ -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() {

View File

@ -184,10 +184,6 @@ a:hover {
display: block;
margin: 5px;
text-align: center;
animation-name: spin;
animation-duration: 2000ms;
animation-iteration-count: infinite;
animation-timing-function: linear;
}
.notice {