Variable: pixel-scroll-precision-momentum-seconds

pixel-scroll-precision-momentum-seconds is a customizable variable defined in pixel-scroll.el.gz.

Value

1.75

Documentation

The maximum duration in seconds of momentum scrolling.

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-momentum-seconds 1.75
  "The maximum duration in seconds of momentum scrolling."
  :group 'mouse
  :type 'float
  :version "29.1")