A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://webplatform.github.io/docs/apis/web_animations/AnimationSequence below:

AnimationSequence ยท WebPlatform Docs

AnimationSequence Summary

Animation sequences are represented by the AnimationSequence interface.

Inherits from AnimationGroupAnimationGroup

Properties

No properties.

Methods

No methods.

Events

No events.

Inherited from AnimationGroup Properties
children
The list of child animation nodes in the group.
firstChild
The first child of this animation group.
lastChild
The last child of this animation group
Methods
append

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 null.

clone

Creates a deep copy of this AnimationGroup object using the following procedure.

Let source be this AnimationGroup object, the object to be cloned. Let cloned timing be a new AnimationTimingProperties object whose members are assigned the value of the attribute with the same name on source.timing. Let cloned children be an empty sequence of AnimationNode objects. For each child in source.children, append the result of calling child.clone() to cloned children. Return a new AnimationGroup object created by calling the AnimationGroup constructor with parameters AnimationGroup(cloned children, cloned timing).

constructor
:

prepend

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.

Events

No events.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4