This page is Almost Ready

Notice: The WebPlatform project, supported by various stewards between 2012 and 2015, has been discontinued. This site is now available on github.

timing

Summary

Returns the input timing properties specified for this animation node. This is comparable to the specified style on an Element, elem.style.

Property of apis/web_animations/AnimationNodeapis/web_animations/AnimationNode

Syntax

Note: This property is read-only.

var myTiming = myAnimationNode.timing;

Return Value

Returns an object of type

type AnimationTiming object

See also

Related articles

Animation