Skip to content

Commit

Permalink
loading: adjust speed
Browse files Browse the repository at this point in the history
  • Loading branch information
zhen.fang01 committed Jul 17, 2024
1 parent 4318226 commit 3222118
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Loading.vue
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ const siteName = import.meta.env.VITE_SITE_NAME;
border-radius: 50%;
border: 3px solid transparent;
border-top-color: #fff;
animation: spin 1.8s linear infinite;
animation: spin 8s linear infinite;
z-index: 2;
&:before {
Expand All @@ -61,7 +61,7 @@ const siteName = import.meta.env.VITE_SITE_NAME;
border-radius: 50%;
border: 3px solid transparent;
border-top-color: #a4a4a4;
animation: spin-reverse 0.6s linear infinite;
animation: spin-reverse 1.5s linear infinite;
}
&:after {
Expand Down

0 comments on commit 3222118

Please sign in to comment.