Site style tweaks and Android beta link.
This commit is contained in:
@@ -1,4 +1,8 @@
|
||||
$(function(){
|
||||
$.stellar();
|
||||
|
||||
window.onscroll = function() {
|
||||
document.getElementById("scrollDown").style.opacity = Math.max(0, 200 - window.scrollY) / 200;
|
||||
};
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user