diff --git a/index.html b/index.html index deda42a..e03df01 100644 --- a/index.html +++ b/index.html @@ -20,7 +20,7 @@ @@ -320,8 +320,8 @@ var p = ((wheight - ypos) / wheight); //calulate ratio of scroll // x.innerHTML = " " + String(parseInt(p * 100)); //display it var rgb = Math.floor(Math.abs(1 - p) * 255); //set the color - var colorString = "rgb(" + rgb + "," + rgb + "," + rgb + ")"; - document.body.style.backgroundColor = colorString; + // var colorString = "rgb(" + rgb + "," + rgb + "," + rgb + ")"; + // document.body.style.backgroundColor = colorString; }