Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
site
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Dominik V. Salonen
site
Commits
30da7225
Commit
30da7225
authored
Mar 15, 2018
by
Dominik V. Salonen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use fa-pulse instead of spin CSS animation
parent
49b1cbc3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
5 deletions
+1
-5
main.js
main.js
+1
-1
style.css
style.css
+0
-4
No files found.
main.js
View file @
30da7225
...
...
@@ -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
()
{
...
...
style.css
View file @
30da7225
...
...
@@ -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
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment