Skip to content

Commit

Permalink
name the spinner class justlazy-spinner
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabian Hoffmann committed Nov 5, 2016
1 parent 3a20855 commit af11f60
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions src/justlazy.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* justlazy 1.6.0
* justlazy.css 1.6.0
*
* Repo: https://github.com/fhopeman/justlazy
* Demo: http://fhopeman.github.io/justlazy
@@ -24,8 +24,7 @@
transform: rotate(360deg);
}
}

.justlazy-placeholder {
.justlazy-spinner {
position: relative;
border-top: 0.6em solid rgba(255, 255, 255, 0.2);
border-right: 0.6em solid rgba(255, 255, 255, 0.2);
@@ -36,8 +35,8 @@
-moz-animation: rotate360 1s infinite linear;
-o-animation: rotate360 1s infinite linear;
}
.justlazy-placeholder,
.justlazy-placeholder:after {
.justlazy-spinner,
.justlazy-spinner:after {
border-radius: 50%;
width: 4em;
height: 4em;

0 comments on commit af11f60

Please sign in to comment.