accumulate(积累)
accumulate
该属性控制动画是否是累积的(即基于以前的结果)。
对于重复的动画来说,建立在以前的结果上是很有用的,每次迭代都会累积起来。如果在每次迭代中某个值会被添加到先前的动画属性的值,则该属性会告知动画。
用法上下文
Categories | Animation addition attribute |
---|---|
Value | none | sum |
Animatable | No |
Normative document | SVG 1.1 (2nd Edition) |
sum
——指定在第一次迭代之后的每个重复迭代基于先前迭代的最后一个值。
实例
适用元素
以下元素可以使用additive
属性
- <animate>
- <animatecolor>
- <animatemotion>
- <animatetransform>