ascii-animator

0.0.2 • Public • Published

ascii-animator

A flimsy lil thing for animating a series of ascii characters on an html page.

Example

<div id='one'></div>
<script type="text/javascript" src="lib/ascii-animator.js"></script>
<script type="text/javascript">
  frames = ['▁', '▃', '▄', '▅', '▆', '▇'];
  new AsciiAnimator('one', frames, 120, 'right', false).run();
</script>

See index.html for more inspiration. Or go it alone :-)

Readme

Keywords

none

Package Sidebar

Install

npm i ascii-animator

Weekly Downloads

3

Version

0.0.2

License

none

Last publish

Collaborators

  • thomax