Animate Text
The source
Notes:
text - The string to animate
type = "wave", "blink",, or "random" (default wave)
bgColor - Background color in r:g:b format or color name, e.g., blue
fgColor - Foreground color (default black)
font - "Courier", "TimesRoman", "Helvetica", or "Dialog" (default TimesRoman)
style - PLAIN, BOLD, or ITALIC (default PLAIN)
step - Increments in font size at each iteration (default 2)
naptime - Time in milliseconds between updates (default 100 ms)
min - Smallest font size (default is 8)
max - Larget font size (default is 28)
align - "center", "left", or "right"
Written by Suresh Srinivasan