Skip to content
This repository has been archived by the owner on Nov 30, 2022. It is now read-only.

Commit

Permalink
updating loading img to animated svg
Browse files Browse the repository at this point in the history
  • Loading branch information
Helene Rigner committed Mar 18, 2019
1 parent 82951a3 commit 560ad37
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 73 deletions.
87 changes: 18 additions & 69 deletions src/assets/catwalk-loading.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 3 additions & 4 deletions src/components/loading.pcss
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
.loading {
animation: fadein 2.5s ease-in infinite;
animation: fadein 2.5s ease-in;
opacity: 0.8;
width: 15em;
width: 10em;
}

@keyframes fadein {
0% { opacity: 0; }
50% { opacity: 0.8; }
100% { opacity: 0; }
100% { opacity: 0.8; }
}

0 comments on commit 560ad37

Please sign in to comment.