Animate player image
This commit is contained in:
@@ -49,10 +49,12 @@ const playerArtworkOpacity = 0.4;
|
||||
transition:name="player"
|
||||
transition:animate="none"
|
||||
>
|
||||
<div
|
||||
id="player:artwork:background"
|
||||
class="absolute top-0 right-0 bottom-0 left-0 -z-90"
|
||||
>
|
||||
<div class="absolute inset-0 -z-90 overflow-hidden">
|
||||
<div
|
||||
id="player:artwork:background"
|
||||
class="animate-bg-perlin absolute top-0 right-0 bottom-0 left-0 -z-90"
|
||||
>
|
||||
</div>
|
||||
</div>
|
||||
<div
|
||||
id="player:time:progress"
|
||||
|
||||
Reference in New Issue
Block a user