Fix JS issues hiding wiki info
This commit is contained in:
@@ -24,7 +24,7 @@ const observer = new IntersectionObserver((entries) => {
|
||||
entry.target.style.transitionDelay = `${index * 0.1}s`;
|
||||
}
|
||||
});
|
||||
}, { threshold: 0.1 });
|
||||
}, { threshold: 0.01 }); // Lowered from 0.1 to 0.01
|
||||
|
||||
sections.forEach(section => {
|
||||
section.style.transform = 'translateY(30px)';
|
||||
|
Reference in New Issue
Block a user