两行歌词时间较长会出现文字动画抖动问题,能否添加自定义下一行的歌词切换时长
void animationOffset(double offset) {
disposeLine();
_lineController = AnimationController(
duration: Duration(milliseconds: 300),
vsync: this,
);
可以fork修改一下这里
感谢解答
?﹏ ? 無、麟 @.***
------------------ 原始邮件 ------------------ 发件人: "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: @.***>