Projects
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
-
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>
-
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
- 04/17/2010 - Initial release, version 1.0.
Acknowledgement
- jscolor is a simple & user-friendly color picker for your web forms designed by Jan Odvárko.