-
-
Notifications
You must be signed in to change notification settings - Fork 3.3k
[css] 第78天 遇到overflow: scroll不能平滑滚动怎么解决? #563
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
Comments
-webkit-overflow-scrolling: touch; |
ipone 上解决方法是这样的, |
-webkit-overflow-scrolling: touch; 一般滚动是可以解决的,想要做的更加彻底只能使用滚动的事件了 |
-webkit-overflow-scrolling: touch; |
则个问题,原谅没看懂, |
@shuai4983958 主要是在移动端 |
如果加上 transform: translate3d(0, 0, 0) 会更好, |
这个会启动硬件加速,会更流畅~ |
|
第78天 遇到overflow: scroll不能平滑滚动怎么解决?
The text was updated successfully, but these errors were encountered: