AnimationEffect: getComputedTiming() method

The getComputedTiming() method of the AnimationEffect interface returns the calculated timing properties for this animation effect.

Note: These values are comparable to the computed styles of an Element returned using window.getComputedStyle(elem).

Syntax

js
getComputedTiming()

Parameters

None.

Return value

An object which contains:

Specifications

See also