iterationComposite
Summary
The iteration composite operation property of this animation effect as specified by one of the IterationCompositeOperation enumeration values.
Property of apis/web_animations/AnimationEffectapis/web_animations/AnimationEffect
Syntax
var result = element.iterationComposite;
element.iterationComposite = value;
Return Value
Returns an object of type ObjectObject
Returns an IterationCompositeOperation enumerations object.
Current values are either:
replace Corresponds to the replace iteration composite operation value such that the intermediate animation value produced is independent of the current iteration.
accumulate Corresponds to the accumulate iteration composite operation value such that subsequent iterations of an animation build on the final value of the previous iteration.