Variable: pixel-wait

pixel-wait is a variable defined in pixel-scroll.el.gz.

Value

0

Documentation

Idle time on each step of pixel scroll specified in second.

More wait will result in slow and gentle scroll.

Source Code

;; Defined in /usr/src/emacs/lisp/pixel-scroll.el.gz
(defvar pixel-wait 0
  "Idle time on each step of pixel scroll specified in second.
More wait will result in slow and gentle scroll.")