prepend
Summary
If any of the animation nodes in nodes is an inclusive ancestor of this animation node throw a HierarchyRequestError exception and terminate these steps. Insert nodes before the first child.
Method of apis/web_animations/AnimationGroupapis/web_animations/AnimationGroup
Syntax
.prepend(AnimationNode...nodes);
Parameters
AnimationNode…nodes
- Data-type
- Object
Takes a sequence of AnimationNodes as a parameter.
Return Value
No return value