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