I am having an odd bug solely with Vivaldi browser.
I am using a setinterval() (every 100ms) to reveal elements on scroll, however when I start scrolling on my MacBook Pro...the setinterval stops firing and doesn't resume until the scrolling has stopped.
The result is that elements that fade in on the setinterval are not fading in until the user actually stops scrolling.To make it even more strange, this behavior stops after about 10 seconds on the page.
Was curious if this was any sort of known issue or if there was a fix?