mirror of
https://github.com/LBRYFoundation/lbryorg.git
synced 2025-08-23 20:47:23 +00:00
fix: reduce scroll-fade offset because element is scaled down
This commit is contained in:
parent
5508f0f7d5
commit
50d824026d
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ $(window).on('scroll', () => {
|
|||
// /Transparent Navbar
|
||||
|
||||
// ScrollFade Anim
|
||||
const fadeOffset = 50;
|
||||
const fadeOffset = 20;
|
||||
const fadeDuration = 500;
|
||||
const fadeDelay = 0;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue