Variable: animate-n-steps

animate-n-steps is a customizable variable defined in animate.el.gz.

Value

10

Documentation

Number of steps animate-string will place a char before its last position.

Source Code

;; Defined in /usr/src/emacs/lisp/play/animate.el.gz
(defcustom animate-n-steps 10
  "Number of steps `animate-string' will place a char before its last position."
  :type 'integer)