Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

修复FluCarousel手动翻页的问题 #588

Merged
merged 2 commits into from
Feb 21, 2025

Conversation

Polaris-Night
Copy link
Contributor

@Polaris-Night Polaris-Night commented Feb 17, 2025

  1. 修复 FluCarousel 属性 autoPlay: false 时,轮播图会自动下滑到下一页 #563,禁止自动轮播后,手动翻页会触发自动轮播的问题
    修复前:
vokoscreenNG-2025-02-17_23-59-11.mp4
  1. 修复第1个问题后,发现手动翻页不能无限轮播,进一步做修复
    修复前:
vokoscreenNG-2025-02-18_00-01-18.mp4

完整修复后:

vokoscreenNG-2025-02-18_00-03-01.mp4

fixed #563

@zhuzichu520
Copy link
Owner

非常感谢!希望可以把Qt6的部分代码也同步下

@Polaris-Night
Copy link
Contributor Author

Polaris-Night commented Feb 18, 2025

已同步修改Qt6的部分

修复FluCarousel设置autoPlay为false时不能无限向左/右翻页的问题.
@Polaris-Night
Copy link
Contributor Author

补充修复FluProgressBar报错问题,这个是 4895269 将PropertyAnimation改为SequentialAnimation,而SequentialAnimation没有duration属性导致的
Snipaste_2025-02-18_22-58-25

@zhuzichu520
Copy link
Owner

非常感谢!

@zhuzichu520 zhuzichu520 merged commit db0588e into zhuzichu520:main Feb 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

FluCarousel 属性 autoPlay: false 时,轮播图会自动下滑到下一页
2 participants