Variable: pixel-scroll-precision-use-momentum
pixel-scroll-precision-use-momentum is a customizable variable defined
in pixel-scroll.el.gz.
Value
nil
Documentation
If non-nil, continue to scroll the display after wheel movement stops.
This is only effective if supported by your mouse or touchpad.
This variable was added, or its default value changed, in Emacs 29.1.
Source Code
;; Defined in /usr/src/emacs/lisp/pixel-scroll.el.gz
(defcustom pixel-scroll-precision-use-momentum nil
"If non-nil, continue to scroll the display after wheel movement stops.
This is only effective if supported by your mouse or touchpad."
:group 'mouse
:type 'boolean
:version "29.1")