• Home
  • Foto Hot
  • Privacy Policy
  • Disclaimer
  • Contact

aneh tapi nyata

  • Home
  • Gambar Hot
  • Zona Dewasa
Home » JavaScript Blogger » Teks Roller Coaster

Teks Roller Coaster

oleh : aneh tapi nyata

Home > JavaScript Blogger > Teks Roller Coaster

Demo :




Cara membuatnya

Dari Dashboard >> Design >> Edit HTML.


Penempatannya
dibawah <body>
........
diatas </body>

<script type='text/javascript'>
//<![CDATA[

/*
Roller Coaster Script- By JavaScript Kit
http://www.javascriptkit.com/script/script2/roller.shtml
*/

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("Ini adalah Teks Roller Coaster")

//]]>
</script>

Teks berwarna merah, ganti dengan teks anda !.




Credit : JavaScript Kit

Alhamdulillah

Posted by Unknown - Rating: 4.5
Title : Teks Roller Coaster
Description oleh : aneh tapi nyata, Home > JavaScript Blogger > Teks Roller Coaster Demo : Cara membuatnya Dari Dashboard >> Design >> Edit HTML . Penempa...

Share to

Facebook Google+ Twitter

0 Response to "Teks Roller Coaster"

Posting Komentar

Posting Lebih Baru
Posting Lama
Beranda
Langganan: Posting Komentar (Atom)

Hot Lainnya

Copyright © 2012 aneh tapi nyata - All Rights Reserved
Design by Tahan Lama - Powered by Blogger