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.

parent

Summary

The parent animation group of this animation node or null if this animation node does not have a parent animation group.

Property of apis/web_animations/AnimationNodeapis/web_animations/AnimationNode

Syntax

var myParentAnimationGroup = myAnimationNode.parent;
myAnimationNode.parent = myParentAnimationGroup;

Return Value

Returns an object of type

Returns an apis/web_animations/AnimationGroup object