TLPerfLongAnimationFrame

See source code
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.


startTime

Frame start time (relative to timeOrigin).

startTime: number;

Prev
TLPerfFrameTimeStats
Next
TLPerfLongAnimationFrameScript