Variable: pixel-scroll-precision-interpolation-total-time
pixel-scroll-precision-interpolation-total-time is a customizable
variable defined in pixel-scroll.el.gz.
Value
0.1
Documentation
The total time in seconds to spend interpolating a large scroll.
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-interpolation-total-time 0.1
"The total time in seconds to spend interpolating a large scroll."
:group 'mouse
:type 'float
:version "29.1")