Upgrade react-jinke-music-player to 4.21.2

Enable fadeIn/fadeOut when pausing/playing and logarithmic volume (fix #668)
This commit is contained in:
Deluan
2021-01-31 18:23:32 -05:00
parent afbd9a3b37
commit 77705e4d79
3 changed files with 47 additions and 21 deletions
+1
View File
@@ -142,6 +142,7 @@ const Player = () => {
top: 300,
left: 120,
},
volumeFade: { fadeIn: 200, fadeOut: 200 },
renderAudioTitle: (audioInfo, isMobile) => (
<AudioTitle
audioInfo={audioInfo}