Variable: image-animate-loop

image-animate-loop is a customizable variable defined in image-mode.el.gz.

Value

nil

Documentation

Non-nil means animated images loop forever, rather than playing once.

This variable was added, or its default value changed, in Emacs 24.1.

View in manual

Probably introduced at or before Emacs version 24.1.

Source Code

;; Defined in /usr/src/emacs/lisp/image-mode.el.gz
;;; Animated images

(defcustom image-animate-loop nil
  "Non-nil means animated images loop forever, rather than playing once."
  :type 'boolean
  :version "24.1"
  :group 'image)