MT-A: Share code tạo hiệu ứng chữ to nhỏ lên xuống dạng - Diễn đàn truyện - Xtseo.Xtgem.Com
* MT-A *
* Cấp bậc: mem
2015-03-31 01:17

Share code tạo hiệu ứng chữ to nhỏ lên
xuống dạng hình cầu vòng đẹp cho trang
wap-website
<script>

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("Code chữ cầu vòng đẹp by Mr.seven XTseo.Xtgem.com!")
</script>

Copy code
Thành viên: BOT, & 11 Khách ghé thăm!