feat/css-cleanup #2

Merged
millironx merged 41 commits from feat/css-cleanup into master 2024-12-02 02:51:14 +00:00
Showing only changes of commit ca49a6a315 - Show all commits

View file

@ -1,4 +1,4 @@
$(window).scroll(function (e) {
$(window).on("scroll", function (e) {
oVal = $(window).scrollTop() / 170;
$(".blur").css("opacity", oVal);
});