Last updated

API / geotoolkit / animation / Accumulate / Accumulate

Enumeration: Accumulate

animation.Accumulate.Accumulate

Controls whether or not the animation is cumulative. For more information http://www.w3.org/TR/2001/REC-smil-animation-20010904/#AccumulateAttribute.

Table of contents

Enumeration Members

Contents

Enumeration Members

None

None = "None"

Specifies that repeat iterations are not cumulative. This is the default.


Sum

Sum = "Sum"

Specifies that each repeat iteration after the first builds upon the last value of the previous iteration.