- From: Mattias Hällkvist via GitHub <sysbot+gh@w3.org>
- Date: Fri, 22 Mar 2024 15:36:40 +0000
- To: public-css-archive@w3.org
emattias has just created a new issue for https://github.com/w3c/csswg-drafts: == enable touch accelerated scrolling even for mouse pointers == You can disable touch based scrolling (clicking and dragging and releasing and the scrolling continuing depending on the speed of the pointer move at release) with `touch-action:none` but (to my knowledge) you cant enable the touch scrolling if the browser doesnt detect the pointer as being touch. You can enable it in devtools, like in the video below. Would be nice to be able to enable it with css. https://github.com/w3c/csswg-drafts/assets/351537/ed3825ef-361f-4968-b457-4c00c9b0fcab ### Why? Css scroll snap has eliminated the need for part of what js libraries like [swiper](https://swiperjs.com/), [keen-slider](https://keen-slider.io/examples), etc. but to getting accelerated scrolling you still need js to achieve. Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/10118 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Friday, 22 March 2024 15:36:41 UTC