Burning words: script and generator

Description

The script allows to create an effect of burning text with an ability to customize colors, font, burning speed and other parameters.

It uses canvas element that is a part of HTML5 specification. The element is currently supported by the latest versions of Mozilla Firefox, Google Chrome, Safari, and Opera. It is not natively implemented by Internet Explorer as of version 8.

Generator

Demo

Usage

  1. Copy the code below and paste it into your page somewhere in between <head> and </head> tags.
    <script type="text/javascript" src="http://www.ponticstar.com/js/projects/burning-words-1.0-min.js"></script>
  2. Copy the code below and paste it into your page where you want to have the text displayed.
    <script type="text/javascript">
       var burning_words = new PonticStar.BurningWords;
       burning_words.show('Hot Deals', 'FFFFCC', 'Verdana', 30, '086268', 100, "normal", "burning_words");
    </script>

Download

If you want to store the script on your server, below are the links both to uncompressed and compressed version of the script.

Feedback

You can leave your comments or suggestions here.

License

GNU Lesser General Public License, www.gnu.org/licenses/lgpl.html

History

Acknowledgement