feat: add reversed mode & improvements to lyrics animation (#1226)

* feat(reversed-mode): add reversed mode & improvements to lyrics animation

* feat(lyrics-animation): improve `:active` style

* fix: extra white space after artist in lyrics view

* refactor: remove unused function

* feat: slightly add duration of transition to improve replication from Apple Music style
This commit is contained in:
GalvinGao 2022-01-14 15:30:19 +08:00 committed by GitHub
parent 3ea5446fcc
commit 42f3da9b37
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 134 additions and 27 deletions

View file

@ -97,6 +97,7 @@ export default {
repeat: '循環播放',
repeatTrack: '單曲循環',
shuffle: '隨機播放',
reversed: '倒序播放',
play: '播放',
pause: '暫停',
mute: '靜音',
@ -154,6 +155,7 @@ export default {
enableGlobalShortcut: '啟用全域快捷鍵',
showLibraryDefault: '啟動後顯示音樂庫',
subTitleDefault: '副標題使用別名',
enableReversedMode: '啟用倒序播放功能 (實驗性功能)',
lyricsBackground: {
text: '顯示歌詞背景',
off: '關閉',