PDA

View Full Version : Helpful JavaScript for Web development



JavaScriptBank
05-15-2010, 11:21 AM
Helpful JavaScript for Web development

DHTML Fading Animation Image

Enhancing image presentation (http://www.javascriptbank.com/javascript/image/slideshow/) on your website with this image rotator plus smooth dynamic motion (http://www.javascriptbank.com/=motion) (fade-in-fade-out). A very great anima... detail (http://www.javascriptbank.com/dhtml-fading-animation-image.html/en//) at JavaScriptBank.com - 2.000+ free JavaScript codes (http://www.javascriptbank.com/)


http://www.javascriptbank.com/javascript.images/image/dhtml-fading-animation-image.jpg (http://www.javascriptbank.com/javascript/image/rotation/dhtml-fading-animation-image/preview/en/)
Demo: JavaScript DHTML Fading Animation Image (http://www.javascriptbank.com/dhtml-fading-animation-image.html/en/)


How to setup

Step 1: Use JavaScript code below to setup the script
JavaScript

<SCRIPT language=javaScript>
<!-- Beginning of JavaScript -

sandra0 = new Image();
sandra0.src = "photo1.jpg";

sandra1 = new Image();
sandra1.src = "photo2.jpg";

sandra2 = new Image();
sandra2.src = "photo3.jpg";

var i_strngth=1
var i_image=0

var imageurl = new Array()
imageurl[0] ="photo1.jpg"
imageurl[1] ="photo2.jpg"
imageurl[2] ="photo3.jpg"


function showimage() {
if(document.all) {
if (i_strngth <=110) {
testimage.innerHTML="<img style='filter:alpha(opacity="+i_strngth+")' src="+imageurl[i_image]+" border=0>";
i_strngth=i_strngth+10
var timer=setTimeout("showimage()",100)
}
else {
clearTimeout(timer)
var timer=setTimeout("hideimage()",1000)
}
}

if(document.layers) {
clearTimeout(timer)
document.testimage.document.write("<img src="+imageurl[i_image]+" border=0>")
document.close()
i_image++
if (i_image >= imageurl.length) {i_image=0}
var timer=setTimeout("showimage()",2000)

}
}


function hideimage() {
if (i_strngth >=-10) {
testimage.innerHTML="<img style='filter:alpha(opacity="+i_strngth+")' src="+imageurl[i_image]+" border=0>";
i_strngth=i_strngth-10
var timer=setTimeout("hideimage()",100)
}
else {
clearTimeout(timer)
i_image++
if (i_image >= imageurl.length) {i_image=0}
i_strngth=1
var timer=setTimeout("showimage()",500)
}
}


// - End of JavaScript - -->
</SCRIPT>

Step 2: Place HTML below in your BODY section
HTML

<BODY onload=showimage()>
<DIV id=mainbod style="POSITION: relative; VISIBILITY: visible"></DIV>

<DIV id=testimage style="POSITION: relative; VISIBILITY: visible"></DIV>
</BODY>







JavaScript Spotlight (http://www.javascriptbank.com/spotlight-index.html) - JavaScript Validate E-Mail (http://www.javascriptbank.com/validate-e-mail.html) - AJAX Page Content Loader (http://www.javascriptbank.com/ajax-page-content-loader.html/en/)


The Site may provide, or third parties may provide, links to non-JavaScriptBank.com Internet World Wide Web sites or resources. Because JavaScriptBank.com has no control over such sites and resources, you acknowledge and agree that JavaScriptBank.com is not responsible for the availability of such external sites or resources, and does not endorse and is not responsible or liable for any content, advertising, products, or other materials on or available from such sites or resources. You further acknowledge and agree that JavaScriptBank.com shall not be responsible or liable, directly or indirectly, for any damage or loss caused or alleged to be caused by or in connection with use of or reliance on any such content, goods or services available on or through any such site or resource.

henderson791
05-17-2010, 09:54 AM
Great post.There were a bunch of methods I hadn’t yet heard of.

------------------------------
Sports Supplements (http://www.myprotein.co.uk)
Sports Nutrition (http://www.myprotein.co.uk)

pwsslick
05-23-2010, 04:40 AM
Thanks For Sharing .

JemsRoker
06-01-2010, 04:20 AM
The information is helpful for new guy.

Website Design (http://xigmapro.com) | | Search Engine Optimization (http://xigmapro.com)