fixes lyric out animation
This commit is contained in:
parent
6d7a00214f
commit
a5f73117fb
1 changed files with 2 additions and 2 deletions
|
@ -1566,7 +1566,7 @@ input[type="range"].web-slider.display--small::-webkit-slider-thumb {
|
||||||
font-size: 26px;
|
font-size: 26px;
|
||||||
transform: scale(0.8);
|
transform: scale(0.8);
|
||||||
transform-origin: left center;
|
transform-origin: left center;
|
||||||
transition: transform 0.2s var(--appleEase);
|
transition: transform 0.5s var(--appleEase);
|
||||||
opacity: 0.75;
|
opacity: 0.75;
|
||||||
width: auto;
|
width: auto;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
@ -1626,7 +1626,7 @@ input[type="range"].web-slider.display--small::-webkit-slider-thumb {
|
||||||
filter: none !important;
|
filter: none !important;
|
||||||
}
|
}
|
||||||
.lyric-body > .lyric-line:not(.active) {
|
.lyric-body > .lyric-line:not(.active) {
|
||||||
transition: filter var(--appleEase) 0.5s ease;
|
// transition: filter var(--appleEase) 0.5s ease;
|
||||||
}
|
}
|
||||||
|
|
||||||
.lyricWaiting {
|
.lyricWaiting {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue