![]() |
| ||||||||
|
|||||||
![]() |
|
|
LinkBack | Thread Tools |
|
|
#1 |
|
Warrior Member
Join Date: Mar 2009
Location: JavaScriptBank.com - Free JavaScript Source Code
Posts: 16
Thanks: 0
Thanked 0 Times in 0 Posts
|
The effect create an animated text on title bar. Look like it's very artistic.... detail
[IMG]hxxp ://w w w.javascriptbank. com/javascript.images/status/animated-text-on-title-bar-2.jpg[/IMG] Demo: Animated text on title bar How to setup Step 1: Copy & Paste JavaScript code below in your HEAD section JavaScript Code:
<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 w w w.JavaScriptBank. com
Come to view and download over 2000+ free javascript at w w w.JavaScriptBank. com
-->
AJAX news ticker - JavaScript Refresh Page - JavaScript Unclosable Window
|
|
|
|
|
|
#2 |
|
Warrior Member
Join Date: Oct 2009
Posts: 10
Thanks: 0
Thanked 0 Times in 0 Posts
|
hey thanks for the script i have saved this and actually one of my friends website have this type of stuff so i was looking around for this type of stuff..
|
|
http://www.pumpfootwear.com
Trainers, Skate shoes, Retro Trainers |
|
|
|
|
|
|
#3 |
|
Warrior Member
Join Date: Oct 2009
Location: In this Beautiful world.
Posts: 16
Thanks: 0
Thanked 1 Time in 1 Post
|
The script is working good. I like it very much. Thanks - pls share something more.
|
|
|
|
![]() |
|
| Tags |
| animated, bar, text, title |
| Thread Tools | |
|
|
![]() |