Animation Performance Issue in SVG Rendering
In Firefox, the animation exhibits performance issues like stuttering, particularly in elements that rely on animateTransform and animate for movement or opacity transiti… (ďalšie informácie)
In Firefox, the animation exhibits performance issues like stuttering, particularly in elements that rely on animateTransform and animate for movement or opacity transitions. This issue is not present in Chrome, where the animations run smoothly without any noticeable lag.
Expected Behavior: The animation should render smoothly on both Chrome and Firefox without any stuttering or lag, providing a seamless experience for users.
Steps to Reproduce:
Open the provided SVG code in Firefox.
Observe the animation, particularly the elements with animate and animateTransform attributes.
Notice the stuttering or lag compared to the smooth rendering in Chrome.