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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user