
jquery-asciimation
Quick start
Javascript and HTML below is an example of using asciimation on a webpage.
Online demo
Check out the online demo: spinning earth (view the source code for full example)
The Javascript
``` // initialize the container $("#animation").asciimation({ 'frameClass' : 'frame', 'fps' : 10 });
// start the animation
$("#animation").asciimation("start");
// stop the animation
$("#animation").asciimation("stop");
// change frame rate
$("#animation").asciimation("fps", 25);
```
The HTML
```
-- / | \ ```
full source for this example.
Project Information
- License: GNU GPL v2
- 1 stars
- svn-based source control