refactor: Remove deprecated scroll handler
This commit is contained in:
parent
da28273e1a
commit
ca49a6a315
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
$(window).scroll(function (e) {
|
||||
$(window).on("scroll", function (e) {
|
||||
oVal = $(window).scrollTop() / 170;
|
||||
$(".blur").css("opacity", oVal);
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue