Skip to content

Commit

Permalink
Updated scss file with new spinners from #12
Browse files Browse the repository at this point in the history
  • Loading branch information
maxbeier committed Nov 11, 2016
1 parent 3942be3 commit 1e26641
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions spinners.scss
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,16 @@
animation: spin6 1s steps(6) infinite;
}

.loading.matrix::after {
content:"░ ░░░░\A░░ ░░░\A░░░ ░░\A░░░░ ░";
animation: spin4 .5s steps(4) infinite alternate;
}

.loading.square::after {
content: "\A\A\A";
animation: spin4 1s steps(4) infinite;
}

.loading.words::after {
content: "Loading\A Still loading\A Mostly done\A A bit more \A Almost done\A Ready-ish";
animation: spin6 12s steps(6) infinite;
Expand Down

0 comments on commit 1e26641

Please sign in to comment.