1
0
mirror of https://git.topisto.net/tibo/template.git synced 2026-03-31 23:49:11 +00:00

[evo4532] 202601021003

This commit is contained in:
Thibaud
2026-01-02 10:03:49 +01:00
parent 0dbccd74de
commit ef705874b1
2 changed files with 16 additions and 27 deletions

View File

@@ -39,7 +39,8 @@ const intersectionObserver = new IntersectionObserver(handleIntersectionObserver
// On met la hauteur en pixel entre la fin de l'image et la ligne rouge
// C'est négatif parce qu'on entre à l'intérieur de l'image. Si le nombre
// était positif, alors la ligne rouge se retrouverait sous l'image
rootMargin: '-1px 0px'
rootMargin: '-1px 0px'
//rootMargin: '2px 0px'
});
function addIntersectionObserverEntry(_id, _func)