Typing & Moving Title Bar
1. Copy the code and paste it before </head> tags.
<!--------------- TYPING/MOVING TITLE ----------------------->
<script type="text/javascript">
var rev = "fwd";
function titlebar(val)
{
var msg = "TITLE HERE";
var res = " ";
var speed = 100;
var pos = val;
msg = "TITLE HERE";
var le = msg.length;
if(rev == "fwd"){
if(pos < le){
pos = pos+1;
scroll = msg.substr(0,pos);
document.title = scroll;
timer = window.setTimeout("titlebar("+pos+")",speed);}
else{
rev = "bwd";
timer = window.setTimeout("titlebar("+pos+")",speed);}}
else{
if(pos > 0){
pos = pos-1;
var ale = le-pos;
scrol = msg.substr(ale,le);
document.title = scrol;
timer = window.setTimeout("titlebar("+pos+")",speed);}
else{
rev = "fwd";
timer = window.setTimeout("titlebar("+pos+")",speed);
}}}
titlebar(0);
</script>
2. Change the TITLE HERE with your title and save. Done.
Source: academyoftumblr
291 Notes/ Hide
-
f-etch-unicorn likes this
-
cakes-banners likes this
-
jagkbarakittylikesthrust likes this
-
inlovedirectioner likes this
-
itsappleng likes this
-
larcm likes this
-
jborjeo21bg32 likes this
-
some-toxicc-whore likes this
-
danilosuaveh likes this
-
foreveryandere likes this
-
byungxoxo likes this
-
masterejhayyy likes this
-
thegreatestofpains likes this
-
rad-days likes this
-
minkeytty likes this
-
sweet-rosy-life likes this
-
sleeplessmotive likes this
-
doctorhanninatural likes this
-
thethievingconsultant likes this
-
lokiarrty likes this
-
sherlock-stole-your-umbrella likes this
-
gunters-and-lemongrabs likes this
-
akadweeb likes this
-
qerman likes this
-
korean-princess21 likes this
-
harrys-only-love likes this
-
octoroc likes this
-
dryldxnsbtch likes this
-
selosangfilam likes this
-
featherdandelions likes this
-
sandralalalaa likes this
-
laundongirl reblogged this from academyoftumblr
-
laundongirl likes this
-
biscuitsandmoriartea likes this
-
durmstraang likes this
-
kyyylalala likes this
-
maee-themes reblogged this from vintaged-themes
-
damnitsdorothy likes this
-
dan-and-phil-triangle-explosion likes this
-
unfbrooks likes this
-
synful-kyrra likes this
-
harsh-truth likes this
-
solace-in-insanity likes this
-
atmvsphere likes this
-
never-infinite likes this
-
justastoryinyourhead likes this
-
ilovebassickk likes this
-
danandphilrph likes this
-
kayleighrps likes this
-
harrythecutecupcake likes this
- Show more notesLoading...


