Skip to content

Commit

Permalink
support npv ambience (#801)
Browse files Browse the repository at this point in the history
  • Loading branch information
ohitstom authored Jul 14, 2024
1 parent 8875425 commit 4e268b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/snippets.json
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@
{
"title": "Rotating Cover Art",
"description": "Adds circular mask to cover art and rotation",
"code": "@keyframes rotating { from { transform: rotate(0deg); } to { transform: rotate(360deg); }} .cover-art { animation: rotating 10s linear infinite; clip-path: circle(50% at 50% 50%);}",
"code": "@keyframes rotating {from {transform: rotate(0deg);}to {transform: rotate(360deg);}}.cover-art, .main-nowPlayingView-coverArtContainer::after, .main-nowPlayingView-coverArtContainer::before {animation: rotating 10s linear infinite;border-radius: 50%;}.cover-art {clip-path: circle(50% at 50% 50%);}",
"preview": "resources/assets/snippets/rotating-coverart.png"
},
{
Expand Down

0 comments on commit 4e268b2

Please sign in to comment.