jquery-asciimation


jQuery plugin for creating asciimations.

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

Labels:
jQuery ascii Animation