Skip to content

Commit 2742765

Browse files
committed
fix(core): 修复翻译和音译行亮起速度过慢
1 parent 41a41e0 commit 2742765

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/styles/lyric-player.module.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@
169169
.lyricSubLine {
170170
font-size: max(0.5em, 10px);
171171
line-height: 1.5em;
172-
transition: opacity 0.2s 0.25s;
172+
transition: opacity 0.2s 0.1s;
173173
opacity: 0.3;
174174
}
175175

0 commit comments

Comments
 (0)