Better tentacles
All checks were successful
On Push Deploy / deploy (push) Successful in 20s

This commit is contained in:
Johnny322
2026-02-10 16:46:25 +01:00
parent f05066a5a7
commit 7ce8fbd1bb
2 changed files with 21 additions and 0 deletions

View File

@@ -168,6 +168,7 @@
class="pulse-orb"
:class="{
active: isPlaying,
playing: isPlaying && !isAnswerClip,
answer: isPlaying && isAnswerClip,
idle: !currentClipUrl
}"
@@ -179,6 +180,11 @@
></div>
<div
class="pulse-tentacles"
:class="{
playing: isPlaying && !isAnswerClip,
answer: isPlaying && isAnswerClip,
idle: !currentClipUrl
}"
:style="{ '--pulse': pulseLevel.toFixed(3) }"
>
<span