flutter_lyric icon indicating copy to clipboard operation
flutter_lyric copied to clipboard

两行歌词时间较长会出现文字动画抖动问题,能否添加自定义下一行的歌词切换时长

Open DQZF opened this issue 8 months ago • 2 comments

DQZF avatar Aug 07 '25 02:08 DQZF

reader_widget

 void animationOffset(double offset) {
    disposeLine();
    _lineController = AnimationController(
      duration: Duration(milliseconds: 300),
      vsync: this,
    );

可以fork修改一下这里

ozyl avatar Aug 07 '25 08:08 ozyl

感谢解答

?﹏ ? 無、麟 @.***

 

------------------ 原始邮件 ------------------ 发件人: "ozyl/flutter_lyric" @.>; 发送时间: 2025年8月7日(星期四) 下午4:24 @.>; 抄送: "✎﹏ ℳ @.@.>; 主题: Re: [ozyl/flutter_lyric] 两行歌词时间较长会出现文字动画抖动问题,能否添加自定义下一行的歌词切换时长 (Issue #33)

ozyl left a comment (ozyl/flutter_lyric#33)

reader_widget void animationOffset(double offset) { disposeLine(); _lineController = AnimationController( duration: Duration(milliseconds: 300), vsync: this, );
可以fork修改一下这里

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>

DQZF avatar Aug 07 '25 08:08 DQZF