Upon launching Chrome and viewing my fiddle in fullscreen mode, you may notice that the animations are not as smooth as desired. The sliding motion of the div and text seems to lag a bit. Interestingly, resizing the browser to a smaller size resolves this issue, and the animations work fine in Safari.
However, removing the .light-leaks
class with the mix-blend-mode
property allows the animations to run smoothly.
Can you identify the root cause of this problem? Your insights are appreciated.