Fade in and out of js
Untitled document # div1 {width:200px;height:200px;filter:alpha (opacity:30); opacity:0.3;} window. () {var oDiv=document.getElementById ('div1'); oDiv. () {startMove;}; oDiv. () {startMove (30);};}; var timer=null;var alpha=30;function startMove (number) {var oDiv=document.getElementById ('div1'); clearInterval (timer); timer=setInterval (function () {var speed=0; if (alpha)