Dom Animator – Animations within the Dom in JavaScript
Posted · Category: Code, MIT License
Dom Animator is a nifty JavaScript library, used to show small ascii animations within comments in your dom. It’s a little easter egg for anyone inspecting your code. Nothing more, nothing less.
It is a stand alone library (no jQuery, or the likes) so usage is pretty straight forward. You won’t need any CSS, or HTML… just JavaScript. (since the animations live in comment nodes, in the dom, only)
Requirements: JavaScript Framework
Demo: http://tholman.com/dom-animator/
License: MIT License
2 Comments