Variable: image-dired-slideshow-delay
image-dired-slideshow-delay is a customizable variable defined in
image-dired.el.gz.
Value
5.0
Documentation
Seconds to wait before showing the next image in a slideshow.
This is used by image-dired-slideshow-start.
This variable was added, or its default value changed, in Emacs 29.1.
Probably introduced at or before Emacs version 29.1.
Source Code
;; Defined in /usr/src/emacs/lisp/image/image-dired.el.gz
;;; Slideshow
(defcustom image-dired-slideshow-delay 5.0
"Seconds to wait before showing the next image in a slideshow.
This is used by `image-dired-slideshow-start'."
:type 'float
:version "29.1")