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