We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
2.5.1
https://codepen.io/amoywood/pen/eYQqZbd
机器:macbookpro m1pro
操作系统:ventura 13.4.1
浏览器:safari 16.5.2
不使用鼠标(没有连接鼠标),直接使用触控板滑动内容(开启mouseWheel),滚动过程中内容会一直抖动。
而chrome浏览器却是正常
平滑的滚动
抖动的滚动
option设置是 { click: true, mouseWheel: true, bounce: false, scrollY: true, scrollbar: { fade: false, interactive: true, scrollbarTrackClickable: true } }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Version
2.5.1
Reproduction link
https://codepen.io/amoywood/pen/eYQqZbd
Steps to reproduce
机器:macbookpro m1pro
操作系统:ventura 13.4.1
浏览器:safari 16.5.2
不使用鼠标(没有连接鼠标),直接使用触控板滑动内容(开启mouseWheel),滚动过程中内容会一直抖动。
而chrome浏览器却是正常
What is expected?
平滑的滚动
What is actually happening?
抖动的滚动
option设置是
{
click: true,
mouseWheel: true,
bounce: false,
scrollY: true,
scrollbar: {
fade: false,
interactive: true,
scrollbarTrackClickable: true
}
}
The text was updated successfully, but these errors were encountered: