fix: make scroll-fade offset negative

This commit is contained in:
Harsh Khandeparkar 2020-06-29 11:47:40 +05:30 committed by GitHub
parent 8c53de295c
commit 2aebcce9eb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -25,7 +25,7 @@ $(window).on('scroll', () => {
// /Transparent Navbar
// ScrollFade Anim
const fadeOffset = 20;
const fadeOffset = -10;
const fadeDuration = 500;
const fadeDelay = 0;