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

Popular posts from this blog

GNU Emacs as a Comic Book Reader

Data Visualization with GNU Emacs

Tinylisp and Multi-threaded Emacs