Variable: pixel-scroll-precision-large-scroll-height

pixel-scroll-precision-large-scroll-height is a customizable variable defined in pixel-scroll.el.gz.

Value

nil

Documentation

Pixels that must be scrolled before an animation is performed.

Nil means to not interpolate such scrolls.

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-large-scroll-height nil
  "Pixels that must be scrolled before an animation is performed.
Nil means to not interpolate such scrolls."
  :type '(choice (const :tag "Do not interpolate large scrolls" nil)
                 number)
  :version "29.1")