Laman
(Move to ...)
Home
Blogroll
Computer
Streaming tv
Meta Generator tool
Contact us
Join this site
Tools Kode warna
▼
Thursday, March 17, 2011
Roller Coaster Text
Example script that makes the enclosed text "roller coaster" text.
Directions: Simply insert the below into the tambah gadget Click java script section of your page.
<div dir="ltr" style="text-align: left;" trbidi="on"><div dir="ltr" style="text-align: left;" trbidi="on"><script> /* Roller Coaster Script- By JavaScript Kit Over 200+ free scripts here! */ var fs=1 var direction="right" function rollertext(whichone){ var thetext=whichone for (i=0;i<thetext.length;i++){ document.write(thetext.charAt(i).fontsize(fs)) if (fs<7&&direction=="right") fs++ else if (fs==7){ direction="left" fs-- } else if (fs==1){ direction="right" fs++ } else if (fs>1&&direction=="left") fs-- } } //Change below text to your won rollertext("Life is like a roller coaster ride. Hang on tight!") </script></div>
No comments:
Post a Comment
Please critique and suggestions thank you friend ...
‹
›
Home
View web version
No comments:
Post a Comment
Please critique and suggestions thank you friend ...