From 30da722543c8f7e3180f09bca13fbb4ebf012941 Mon Sep 17 00:00:00 2001 From: "Dominik V. Salonen" Date: Thu, 15 Mar 2018 13:50:18 +0100 Subject: [PATCH] Use fa-pulse instead of spin CSS animation --- main.js | 2 +- style.css | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/main.js b/main.js index 62d404f..8ed7522 100755 --- a/main.js +++ b/main.js @@ -14,7 +14,7 @@ var page3 = "pages/projects.html"; const contentArea = document.getElementById("page"); -const spinner = '
'; +const spinner = '
'; // Very bad function to get rid of the "active" class wherever it is atm function resetButtons() { diff --git a/style.css b/style.css index e1ac348..8403d16 100755 --- a/style.css +++ b/style.css @@ -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 {