Variable: pixel-scroll-precision-interpolation-between-scroll
pixel-scroll-precision-interpolation-between-scroll is a customizable
variable defined in pixel-scroll.el.gz.
Value
0.001
Documentation
The number of seconds between each step of an interpolated 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-between-scroll 0.001
"The number of seconds between each step of an interpolated scroll."
:type 'number
:version "29.1")