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
{{ message }}
This repository has been archived by the owner on Oct 5, 2021. It is now read-only.
The smoothness proposal makes it possible to detect dropped frames. This is helpful to measure the smoothness of animations/scrolls, however, these are not directly actionable. The API could expose some information about the dropped frames that would be more actionable for the web-developers (e.g. raf callback triggered expensive layout, etc.).
The text was updated successfully, but these errors were encountered:
The v1 proposal proposes a 'reason' field (arbitrary string) the browser may chose to include. It would be difficult to attribute a single reason to a dropped frame, so perhaps an array of possible reasons would be more appropriate.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The smoothness proposal makes it possible to detect dropped frames. This is helpful to measure the smoothness of animations/scrolls, however, these are not directly actionable. The API could expose some information about the dropped frames that would be more actionable for the web-developers (e.g. raf callback triggered expensive layout, etc.).
The text was updated successfully, but these errors were encountered: