Variable: pixel-dead-time

pixel-dead-time is a variable defined in pixel-scroll.el.gz.

Value

0.1

Documentation

Minimal interval in seconds before next smooth scrolling.

If another scrolling request arrives within this period, scrolling will be carried out without pixel resolution. If zero, scrolling is always with pixel resolution.

Source Code

;; Defined in /usr/src/emacs/lisp/pixel-scroll.el.gz
(defvar pixel-dead-time 0.1
  "Minimal interval in seconds before next smooth scrolling.
If another scrolling request arrives within this period, scrolling
will be carried out without pixel resolution.  If zero, scrolling
is always with pixel resolution.")