smooth volume bar
This commit is contained in:
parent
21ca7d7b9a
commit
ec0c5c3c05
|
|
@ -307,17 +307,18 @@ $aplayer-height-lrc: $aplayer-height + $lrc-height - 6;
|
|||
cursor: pointer !important;
|
||||
|
||||
&:hover .aplayer-volume-bar-wrap {
|
||||
display: block;
|
||||
height: 40px;
|
||||
}
|
||||
|
||||
.aplayer-volume-bar-wrap {
|
||||
display: none;
|
||||
position: absolute;
|
||||
bottom: 15px;
|
||||
right: -3px;
|
||||
width: 25px;
|
||||
height: 40px;
|
||||
height: 0;
|
||||
z-index: 99;
|
||||
overflow: hidden;
|
||||
transition: all .2s ease-in-out;
|
||||
|
||||
.aplayer-volume-bar {
|
||||
position: absolute;
|
||||
|
|
@ -326,6 +327,8 @@ $aplayer-height-lrc: $aplayer-height + $lrc-height - 6;
|
|||
width: 5px;
|
||||
height: 35px;
|
||||
background: #aaa;
|
||||
border-radius: 2.5px;
|
||||
overflow: hidden;
|
||||
|
||||
.aplayer-volume {
|
||||
position: absolute;
|
||||
|
|
|
|||
Loading…
Reference in New Issue