Variable: animate-n-steps
animate-n-steps is a customizable variable defined in animate.el.gz.
Value
20
Documentation
Number of steps animate-string will place a char before its last position.
This variable was added, or its default value changed, in Emacs 29.1.
Source Code
;; Defined in /usr/src/emacs/lisp/play/animate.el.gz
(defcustom animate-n-steps 20
"Number of steps `animate-string' will place a char before its last position."
:type 'natnum
:version "29.1")