Trying to (prematurally) optimize sound bars

This commit is contained in:
An Phan 2016-03-22 18:06:40 +08:00
parent d8d2dc8a5d
commit d090557dff

View file

@ -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; }