There seems to be a bug when
startWhenVisible=true and loop=true it seems like the component is mounting more than once causing it to look glitchy
I've attached screenshots of what i mean, it works fine without the startWhenVisible prop set to true.
I've had to use a intersection observer to mount and unmount the component instead if that helps.




There seems to be a bug when
startWhenVisible=true and loop=true it seems like the component is mounting more than once causing it to look glitchy
I've attached screenshots of what i mean, it works fine without the startWhenVisible prop set to true.
I've had to use a intersection observer to mount and unmount the component instead if that helps.