2
0
mirror of https://github.com/offen/website.git synced 2024-10-18 20:20:24 +02:00
website/homepage/theme/static/scripts/fade.js
2019-08-22 09:13:53 +02:00

4 lines
106 B
JavaScript

$(window).scroll(function(){
$(".brand-index").css("opacity", 0 + $(window).scrollTop() / 100);
});