mirror of
https://github.com/koel/koel
synced 2024-11-10 06:34:14 +00:00
Trying to (prematurally) optimize sound bars
This commit is contained in:
parent
d8d2dc8a5d
commit
d090557dff
1 changed files with 1 additions and 0 deletions
|
@ -73,6 +73,7 @@
|
|||
width: 3px;
|
||||
animation: sound 0ms -800ms linear infinite alternate;
|
||||
backface-visibility: hidden;
|
||||
will-change: opacity, height;
|
||||
}
|
||||
|
||||
.bar:nth-child(1) { left: 1px; background: #754fa0; animation-duration: 474ms; }
|
||||
|
|
Loading…
Reference in a new issue