Skip to content

Commit

Permalink
[fix] add animation to circle
Browse files Browse the repository at this point in the history
  • Loading branch information
kawamataryo committed Oct 12, 2024
1 parent 1f8e45c commit 97708f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/ContentLoader/ContentLoader.vue
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ const lines = computed(() => {
.circle {
background-color: #ccc;
border-radius: 50%;
animation: pulse 1.5s ease-in-out infinite;
}
@keyframes pulse {
Expand Down

0 comments on commit 97708f0

Please sign in to comment.