mirror of
https://github.com/LBRYFoundation/lbryorg.git
synced 2025-08-28 07:51:27 +00:00
fix: make scroll-fade offset negative
This commit is contained in:
parent
8c53de295c
commit
2aebcce9eb
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ $(window).on('scroll', () => {
|
|||
// /Transparent Navbar
|
||||
|
||||
// ScrollFade Anim
|
||||
const fadeOffset = 20;
|
||||
const fadeOffset = -10;
|
||||
const fadeDuration = 500;
|
||||
const fadeDelay = 0;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue