TLPerfLongAnimationFrame
Table of contents
A long animation frame observed by the browser during an interaction. Available only in browsers that support the Long Animation Frames API (Chromium 123+).
interface TLPerfLongAnimationFrame {}Properties
blockingDuration
Time the main thread was blocked in ms.
blockingDuration: number;duration
Total frame duration in ms.
duration: number;scripts
Scripts that contributed to the long frame.
scripts: TLPerfLongAnimationFrameScript[];startTime
Frame start time (relative to timeOrigin).
startTime: number;Prev
TLPerfFrameTimeStatsNext
TLPerfLongAnimationFrameScript