Function: image-decrease-speed
image-decrease-speed is an interactive and byte-compiled function
defined in image-mode.el.gz.
Signature
(image-decrease-speed)
Documentation
Decrease the speed of current animated image by a factor of 2.
Probably introduced at or before Emacs version 24.4.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/image-mode.el.gz
(defun image-decrease-speed ()
"Decrease the speed of current animated image by a factor of 2."
(interactive)
(image--set-speed 0.5 t))