Typewriter text animation Javascript Code

Typewriter text animation is a Windows compatible simple javascript Code. This Code is ready for Blog. Add this text animation and make your blog beautiful.

1. Login to Blogger then Chose "Layout"
2. Click on "Add page element" (chose where you want to put it) then chose "HTML/Javascript"
3. Copy the code given below and put it in the "Configure HTML/JavaScrip" box.
4. Save Your Work and Refresh Your Blog For New Changes.
<script language="JavaScript">
<!--
var max=0;
function textlist()
{
max=textlist.arguments.length;
for (i=0; i<max; i++)
this[i]=textlist.arguments[i];
}
tl=new textlist
(
"Welcome in http://bloghacktips.blogspot.com","Visit our Blog for More tips","This is Typewriter Text Scroller","Change this Code with your own");
var x=0; pos=0;
var l=tl[0].length;
function textticker()
{
document.tickform.tickfield.value=tl[x].substring(0,pos)+"_";
if(pos++==l) { pos=0; setTimeout("textticker()",1000); x++;
if(x==max) x=0; l=tl[x].length; } else
setTimeout("textticker()",100);
}
//-->
</script>
<form style="margin:0;" name="tickform"><input style="border-style:none;" name="tickfield" size="40" type="text"/></form>
<script language="javascript">textticker();</script> <a href="http://bloghacktips.blogspot.com/" target="_blank"><img src="http://fun4utips.googlepages.com/CodeBy.jpg"></a>

No comments:

Post a Comment

Thanks For Your Comment. You can also reach me at my mai Id :- blogtips.frd@gmail.com