Variable: shr-image-animate
shr-image-animate is a customizable variable defined in shr.el.gz.
Value
t
Documentation
Non-nil means that images that can be animated will be.
This variable was added, or its default value changed, in Emacs 24.4.
Source Code
;; Defined in /usr/src/emacs/lisp/net/shr.el.gz
(defcustom shr-image-animate t
"Non-nil means that images that can be animated will be."
:version "24.4"
:type 'boolean)