SVG Animation in GNU Emacs
Synchronized Multimedia Integration Language (SMIL) is an SVG extension which allows one to create simple animation without Javascript. Here is a basic implementation for <animate> tag.
(require 'svg)
(svg-animation-run)
;; Exiting the image-mode will cancel the animation.
;; Following command will also cancel the animation.
(svg-animation-cancel)
Code
References
Comments
Post a Comment