From 33058f2b292b3a581333bdfb21b8f671898c5060 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:40:17 -0500 Subject: initial commit --- .../zh-cn/web/svg/attribute/accumulate/index.html | 58 ++++++++++++++++++++++ 1 file changed, 58 insertions(+) create mode 100644 files/zh-cn/web/svg/attribute/accumulate/index.html (limited to 'files/zh-cn/web/svg/attribute/accumulate/index.html') diff --git a/files/zh-cn/web/svg/attribute/accumulate/index.html b/files/zh-cn/web/svg/attribute/accumulate/index.html new file mode 100644 index 0000000000..8a779fd704 --- /dev/null +++ b/files/zh-cn/web/svg/attribute/accumulate/index.html @@ -0,0 +1,58 @@ +--- +title: accumulate +slug: Web/SVG/Attribute/accumulate +tags: + - SVG + - SVG属性 + - 需要兼容性表 + - 需要示例 +translation_of: Web/SVG/Attribute/accumulate +--- +

« SVG属性参考主页

+ +

该属性控制了动画是否是累加的。

+ +

在原来的结果的基础上重复动画的时候,它通常很有用,每一次循环都累加。这个属性告诉动画是否是每次循环,前一个动画属性值要加上去。

+ +

用法

+ + + + + + + + + + + + + + + + + + + + +
类别动画累加属性
none | sum
可变性No
规范文档SVG 1.1 (2nd Edition)
+ +
+
sum
+
指定第一次循环后的每次循环建立在上次循环的终值上。
+
none
+
指定重复循环是不累加的。这是默认值。
+
+ +

示例

+ +

元素

+ +

以下元素可以使用additive属性:

+ + -- cgit v1.2.3-54-g00ecf