IRCForumları - IRC ve mIRC Kullanıcılarının Buluşma Noktası

IRCForumları - IRC ve mIRC Kullanıcılarının Buluşma Noktası (https://www.ircforumlari.net/)
-   HTML/CSS/JavaScript (https://www.ircforumlari.net/html-css-javascript/)
-   -   Neon Efekli Yazı Kodu (https://www.ircforumlari.net/html-css-javascript/707052-neon-efekli-yazi-kodu.html)

xlxlxl 17 Kasım 2015 09:22

Neon Efekli Yazı Kodu
 
Neon Yazı efekti vermeye yaramaktadır

PHP- Kodu:

<!-- ONE STEP TO INSTALL NEON LIGHTS:



  
1.  Copy the coding into the BODY of your HTML document  -->



<!-- 
STEP ONEPaste this code into the BODY of your HTML document  -->







<!-- 
This script and many more are available free online at -->

<!-- 
The JavaScript Source!! http://ircforumlari.net  -->

<!-- Original:  JavaScript Kit -->

<!-- 
Web Site:  http://
Bu forumdaki linkleri ve resimleri görebilmek için en az 25 mesajınız olması gerekir.
style="color: #007700"><
h1>

<
script language="JavaScript1.2">



var 
message="Welcome to JavaScriptSource!"

var neonbasecolor="gray"

var neontextcolor="yellow"

var flashspeed=100  //in milliseconds



///No need to edit below this line/////



var n=0

if (document.all||document.getElementById){

document.write('<font color="'+neonbasecolor+'">')

for (
m=0;m<message.length;m++)

document.write('<span id="neonlight'+m+'">'+message.charAt(m)+'</span>')

document.write('</font>')

}

else

document.write(message)



function 
crossref(number){

var 
crossobj=document.all? eval("document.all.neonlight"+number) : document.getElementById("neonlight"+number)

return 
crossobj

}



function 
neon(){



//Change all letters to base color

if (n==0){

for (
m=0;m<message.length;m++)

//eval("document.all.neonlight"+m).style.color=neonbasecolor

crossref(m).style.color=neonbasecolor

}



//cycle through and change individual letters to neon color

crossref(n).style.color=neontextcolor



if (n<message.length-1)

n++

else{

n=0

clearInterval
(flashing)

setTimeout("beginneon()",1500)

return

}

}



function 
beginneon(){

if (
document.all||document.getElementById)

flashing=setInterval("neon()",flashspeed)

}

beginneon()





</script>

</h1>



<p><center>

<font face="arial, helvetica" size"-2">Free JavaScripts provided<br />

by <a href="http://javascriptsource.com">The JavaScript Source</a></font>

</center><p>



<!-- Script Size:  1.72 KB --> 


Dedecan61 04 Haziran 2024 11:03

Cevap: Neon Efekli Yazı Kodu
 
Eline sağlık üstat duruma göre lazım olabilir... :hahah:


Tüm Zamanlar GMT +3 Olarak Ayarlanmış. Şuanki Zaman: 22:21.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
Search Engine Friendly URLs by vBSEO
Copyright ©2004 - 2025 IRCForumlari.Net Sparhawk