|
|
@ -153,7 +153,7 @@ |
|
|
function afterNavbarVisibility(_visible) {
|
|
|
function afterNavbarVisibility(_visible) {
|
|
|
intersectionObserverLog('TRIGGER '+arguments.callee.name);
|
|
|
intersectionObserverLog('TRIGGER '+arguments.callee.name);
|
|
|
if (_visible) {
|
|
|
if (_visible) {
|
|
|
etatSections(3); |
|
|
|
|
|
|
|
|
etatSections(2); |
|
|
}
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
addIntersectionObserverEntry("div_before_navbar", beforeNavbarVisibility);
|
|
|
addIntersectionObserverEntry("div_before_navbar", beforeNavbarVisibility);
|
|
|
|