Full version: jsB@nk » Status » Title » Animated text on title bar
URL: https://www.javascriptbank.com/animated-text-on-title-bar-2.html
The effect create an animated text on title bar. Look like it's very artistic.
Full version: jsB@nk » Status » Title » Animated text on title bar
URL: https://www.javascriptbank.com/animated-text-on-title-bar-2.html
<SCRIPT language=JavaScript>puchtit=".::JavaScriptBank.com::.";letrero2="·.¸¸.·´´¯`··._.·";letrero1="·.¸¸.·´´¯`··._.·";ultimo1=letrero1.length-1;ultimo2=letrero2.length-1;tiempo=setTimeout("scroll()",.100);function scroll(){aux1=letrero1.charAt(ultimo1-1);letrero1=aux1+letrero1.substring(0,ultimo1-1);aux2=letrero2.charAt(0);letrero2=letrero2.substring(1,ultimo2+1)+aux2;document.title="(" + letrero1+ puchtit + letrero1;tiempo=setTimeout("scroll()",.100);return true;}// --></SCRIPT><!-- This script downloaded from www.JavaScriptBank.com Come to view and download over 2000+ free javascript at www.JavaScriptBank.com-->