This page is Ready to Use

Notice: The WebPlatform project, supported by various stewards between 2012 and 2015, has been discontinued. This site is now available on github.

AnimationEffect

Summary

Animation effects are represented by the AnimationEffect interface. AnimationEffect is an abstract interface of which several concrete subinterfaces are provided.

Properties

composite
The possible values of an animation effect’s composition behavior are represented by the CompositeOperation enumeration.
iterationComposite
The iteration composite operation property of this animation effect as specified by one of the IterationCompositeOperation enumeration values.
name
A string used to identify the effect.

Methods

clone
Creates and returns a new object of the same type as this object’s most-derived interface such that it will produce the same output as this object.

Events

No events.

Related specifications

Web Animations 1.0
W3C Working Draft