Siyaset Forum

Siyaset Forum (https://www.siyasetforum.com.tr/index.php)
-   Javascript (https://www.siyasetforum.com.tr/forumdisplay.php?f=399)
-   -   Yazı Efekt Kodu (https://www.siyasetforum.com.tr/showthread.php?t=114334)

OTTOMAN 08-19-2009 22:40

Yazı Efekt Kodu
 
Güzel Bir Yazı Efekti

Kod:

<SCRIPT LANGUAGE="JavaScript1.2">
            <!--
            ie4 = ((navigator.appVersion.indexOf("MSIE")>0) && (parseInt(navigator.appVersion) >= 4))
            var count=0, count2=0, add1 = 3, add2 = 10, timerID
            function show()
            {
            if (ie4) {
            count +=add1
            count2+=add2
            delay=30
            if(count2>100) count2=100
            if(count>100) {
            count=100
            add1 =-10
            add2 =-3
            delay=350
            }
            if(count<0) count=0
            if(count2<0) {
            count2=0
            add1 =3
            add2 =10
            delay=200
            }
            napis.style.filter="Alpha(Opacity="+count2+",FinishOpacity="+count+",style=2)"
            timerID=setTimeout("show()",delay);
            }
            }
            //-->
            </SCRIPT>
            </HEAD><BODY><CENTER>
            <DIV id="napis" style="width:480; font-family: Arial; font-size: 40pt; color: #0066CC; Filter:Alpha(Opacity=0,FinishOpacity=0,style=2)">
            YAZI<BR>----<BR>YAZI
            </DIV>
            </CENTER>
            <SCRIPT LANGUAGE="JavaScript">
            <!--
            setTimeout('show()',10);
            //-->
            </SCRIPT>



All times are GMT +3. The time now is 05:51.

Powered by vBulletin®
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Siyaset Forum 2007-2025