Back to Content

PerformanceLongAnimationFrameTiming: styleAndLayoutStart property

files/en-us/web/api/performancelonganimationframetiming/styleandlayoutstart/index.md

latest781 B
Original Source

{{SeeCompatTable}}{{APIRef("Performance API")}}

The styleAndLayoutStart read-only property of the {{domxref("PerformanceLongAnimationFrameTiming")}} interface returns a {{domxref("DOMHighResTimeStamp")}} indicating the beginning of the time period spent in style and layout calculations for the current animation frame.

Value

A {{domxref("DOMHighResTimeStamp")}}.

Examples

See Long animation frame timing for examples related to the Long Animation Frames API.

Specifications

{{Specifications}}

Browser compatibility

{{Compat}}

See also