Texto estilo gangorra
Publicado por wenderson 31/01/2009
[ Hits: 5.417 ]
Este é o que mais gosto, é um texto que você escreve e ele fica no meio da tela ou você pode escolher onde colocar, e fica passando na tela estilo gangorra.
<style> #theDiv { POSITION : relative; Z-INDEX : 8; VISIBILITY : visible; ALIGN : center; } </style> <script language="JavaScript"> //script found on a1javascripts.com //full credit to the unknown autor function nextSize(i,incMethod,textLength) { if (incMethod == 1) { return (22*Math.abs(Math.sin(i/(textLength/3.14))) ); } if (incMethod == 2) { return (255*Math.abs(Math.cos(i/(textLength/3.14)))); } return(0) } function sizeCycle(text,method,dis) { var output = ""; for (i = 0; i < text.length; i++) { size = parseInt(nextSize(i +dis,method,text.length)); output += "<font style='font-size: "+ size +"pt'>" +text.substring(i,i+1)+ "</font>"; } if (document.all) theDiv.innerHTML = output; else if (document.getElementById){ rng = document.createRange(); el = document.getElementById('theDiv'); rng.setStartBefore(el); htmlFrag = rng.createContextualFragment(output); while (el.hasChildNodes()) el.removeChild(el.lastChild); el.appendChild(htmlFrag);} else if (document.layers){ document.theDiv.document.write("<font face='Arial'point-size=11>"+output+"</font>"); document.theDiv.document.close();} } //place your text here function doWave(n) { var theText = '** Wenderson_chacau ** Scripts **'; // Aqui voce escreve o texto desejado sizeCycle(theText,1,n); if (n > theText.length) { n=0 } setTimeout("doWave(" + (n+1) + ")", 50); } </script> <body onload="doWave(0)"> <div ID="theDiv" align="center"></div>
Nenhum comentário foi encontrado.
Como gerar qualquer emoji ou símbolo unicode a partir do seu teclado
Instalar e Configurar o Slackware Linux em 2025
Como configurar os repositórios do apt no Debian 12 em 2025
Passkeys: A Evolução da Autenticação Digital
Instalação de distro Linux em computadores, netbooks, etc, em rede com o Clonezilla
Muitas dificuldades ao instalar distro Linux em Notebook Sony Vaio PCG-6131L (VPCEA24FM)
Slackpkg+ (Slackpkg Plus) está de volta!
Como dividir duas janelas igualmente e lado-a-lado na sua tela
Configurando o Conky para iniciar corretamente no sistema
3 configurações básicas que podem melhorar muito a sua edição pelo editor nano
Erro de segmentação «Segmentation fault (core dumped)» ao retornar obj... (6)
Não Consigo instalar o cli-visualizer no Ubuntu 24.04 (2)
compilação samba 4.22 rock linux 9.5 (1)
Posso instalar usar o grub sem ter linux instalado, para iniciar o win... (1)
Ocomon 6.0.1 - Problemas ao editar configurações estendidas (4)