w3c / IntersectionObserver

Intersection Observer
https://www.w3.org/TR/intersection-observer/
Other
3.62k stars 526 forks source link

when element is false then move to the bottom of the list - not working in safari #472

Closed nirsh5 closed 2 years ago

nirsh5 commented 3 years ago

I try to create a loop scroll effect. the function goes like this: every time a section is getting out of the frame than the element moves to the bottom of it's container (using insertBefore method).

It works perfectly in chrome but not at all in safari. here's a js fiddle Would appreciate any help! Thanks

marcoscaceres commented 3 years ago

Thanks @nirsh5. If you think there is a web compat issue (please check also in Firefox!), it might be best to also file a bug at http://bugs.webkit.org. That way, folks over on the WebKit Team can evaluate if something is buggy in their engine, and in Safari.

miketaylr commented 2 years ago

I filed https://bugs.webkit.org/show_bug.cgi?id=241493 - let's let the WebKit folks take a look.