You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Because of the way the DOM benchmark is written – by constantly updating the style value in a rAF – these updates are performed on the main thread and are constantly recalculating styles.
Consider running the animations via WAAPI Animations or CSS Animations instead, so that the browser can try and run these on the compositor.
Because of the way the DOM benchmark is written – by constantly updating the style value in a
rAF
– these updates are performed on the main thread and are constantly recalculating styles.Consider running the animations via WAAPI Animations or CSS Animations instead, so that the browser can try and run these on the compositor.
I have done so here and can PR these changes:
The text was updated successfully, but these errors were encountered: