Variable: animate-total-added-delay

animate-total-added-delay is a customizable variable defined in animate.el.gz.

Value

0.5

Documentation

Total number of seconds to wait in between steps.

This is added to the total time it takes to run animate-string to ensure that the animation is not too fast to be seen.

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-total-added-delay 0.5
  "Total number of seconds to wait in between steps.
This is added to the total time it takes to run `animate-string'
to ensure that the animation is not too fast to be seen."
  :type 'number
  :version "29.1")