Skip to content

Commit

Permalink
💄 style: improve brand text loading (#239)
Browse files Browse the repository at this point in the history
  • Loading branch information
arvinxx authored Jan 10, 2025
1 parent c045ded commit f0ed033
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/brand/BrandLoading/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

@keyframes fill {
30% {
fill-opacity: 20%;
fill-opacity: 5%;
}

100% {
Expand All @@ -27,6 +27,6 @@
stroke-width: 0.25em;

animation:
draw 2s ease-in-out infinite,
fill 2s linear infinite;
draw 2s cubic-bezier(0.4, 0, 0.2, 1) infinite,
fill 2s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}

0 comments on commit f0ed033

Please sign in to comment.