feat(frontend): add player store + WebAudio Spectrum
This commit is contained in:
parent
f069eef8a8
commit
7ab3c850bf
3 changed files with 132 additions and 0 deletions
10
frontend/src/styles/components/spectrum.css
Normal file
10
frontend/src/styles/components/spectrum.css
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
.deck-spectrum {
|
||||
display: flex; align-items: flex-end; gap: 2px;
|
||||
height: 80px; margin-top: 18px;
|
||||
padding: 10px; background: var(--ink); border: 2px solid var(--ink);
|
||||
}
|
||||
.spec-bar {
|
||||
flex: 1; min-height: 3px;
|
||||
background: linear-gradient(180deg, var(--pink) 0%, var(--lemon) 50%, var(--green) 100%);
|
||||
transition: height 80ms linear;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue