getComputedTiming method

ComputedEffectTiming getComputedTiming()

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).

Implementation

external ComputedEffectTiming getComputedTiming();