Skip to content

Commit

Permalink
skull
Browse files Browse the repository at this point in the history
  • Loading branch information
starzonmyarmz committed Nov 7, 2024
1 parent 0c959ef commit 5702812
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 4 deletions.
Binary file added public/images/music/skull.webp
Binary file not shown.
14 changes: 10 additions & 4 deletions public/music.css
Original file line number Diff line number Diff line change
Expand Up @@ -93,10 +93,16 @@ svg {
display: block
}

.playing circle {
stroke-dasharray: 3.5;
animation: dash 4s infinite linear;
transform-origin: 50%;
.playing {
svg {
opacity: 1;
}

circle {
stroke-dasharray: 3.5;
animation: dash 4s infinite linear;
transform-origin: 50%;
}
}

@keyframes dash {
Expand Down
Binary file added public/music/skull.mp3
Binary file not shown.
5 changes: 5 additions & 0 deletions src/_data/music.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
[
{
"title": "Skull",
"date": "2024-11-07",
"tags": []
},
{
"title": "Neon",
"date": "2024-10-28",
Expand Down

0 comments on commit 5702812

Please sign in to comment.