2
0

Site style tweaks and Android beta link.

This commit is contained in:
Maarten Billemont
2014-08-28 20:10:22 -04:00
parent adcea94a37
commit cf8ecb2952
3 changed files with 29 additions and 8 deletions

View File

@@ -1,4 +1,8 @@
$(function(){
$.stellar();
window.onscroll = function() {
document.getElementById("scrollDown").style.opacity = Math.max(0, 200 - window.scrollY) / 200;
};
});