README + HEAD + CSS ordentlich
This commit is contained in:
@ -17,8 +17,8 @@ $(document).ready(function () {
|
||||
var screenheight = $("body").height();
|
||||
var pos = $(this).scrollTop ();
|
||||
if (stage == 1 && pos-(screenheight/4.5) >= height2) { moveBlobs ("225vh", "31vw", 2)}
|
||||
else if (stage == 2 && pos-(screenheight/1.9) < height2 ) { moveBlobs ("95vh", "52vw", 1)}
|
||||
else if (stage == 0 && pos+(screenheight/1.5) >= height1){ moveBlobs ("95vh", "52vw", 1)}
|
||||
else if (stage == 2 && pos-(screenheight/1.9) < height2 ) { moveBlobs ("105vh", "55vw", 1)}
|
||||
else if (stage == 0 && pos+(screenheight/1.5) >= height1){ moveBlobs ("105vh", "55vw", 1)}
|
||||
else if ((stage == 1 && pos < height1-(screenheight/2))) { moveBlobs (0,0,0) }
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user