mirror of
https://github.com/jeffvli/feishin.git
synced 2026-07-28 05:16:37 +02:00
fix inactive lyric color and slow down transitions
This commit is contained in:
@@ -10,8 +10,10 @@
|
||||
opacity: var(--lyric-opacity);
|
||||
transform: scale(var(--lyric-scale));
|
||||
transform-origin: var(--lyric-scale-origin) center;
|
||||
transition: transform 0.166s var(--karaoke-anim-delay, 0s);
|
||||
will-change: transform;
|
||||
transition:
|
||||
opacity 0.4s ease-in-out,
|
||||
transform 0.4s ease-in-out;
|
||||
will-change: opacity, transform;
|
||||
}
|
||||
|
||||
.karaoke-line:global(.lyrics-line-active),
|
||||
|
||||
Reference in New Issue
Block a user