mirror of
https://github.com/offen/website.git
synced 2024-11-23 01:20:29 +01:00
4 lines
106 B
JavaScript
4 lines
106 B
JavaScript
$(window).scroll(function(){
|
|
$(".brand-index").css("opacity", 0 + $(window).scrollTop() / 100);
|
|
});
|