Variable: animation-buffer-name
animation-buffer-name is a variable defined in animate.el.gz.
Value
nil
Documentation
String naming the default buffer for animations.
When nil animations displayed in the buffer named *Animation*.
Source Code
;; Defined in /usr/src/emacs/lisp/play/animate.el.gz
(defvar animation-buffer-name nil
"String naming the default buffer for animations.
When nil animations displayed in the buffer named *Animation*.")