-
Notifications
You must be signed in to change notification settings - Fork 8.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[zh-cn]: create the translation of the SVG attribute
amplitude
(#23780
) Co-authored-by: A1lo <[email protected]>
- Loading branch information
Showing
1 changed file
with
44 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
--- | ||
title: amplitude | ||
slug: Web/SVG/Attribute/amplitude | ||
l10n: | ||
sourceCommit: c2274293475b0a5b4febf85a49c1f91bf43ebac7 | ||
--- | ||
|
||
{{SVGRef}} | ||
|
||
**`amplitude`** 属性用于在 {{SVGAttr("type")}} 属性为 `gamma` 时,控制组件转换元素的伽马函数的幅值。 | ||
|
||
你可以将此属性与以下 SVG 元素一起使用: | ||
|
||
- {{SVGElement("feFuncA")}} | ||
- {{SVGElement("feFuncB")}} | ||
- {{SVGElement("feFuncG")}} | ||
- {{SVGElement("feFuncR")}} | ||
|
||
## 使用说明 | ||
|
||
<table class="properties"> | ||
<tbody> | ||
<tr> | ||
<th scope="row">值</th> | ||
<td><a href="/zh-CN/docs/Web/CSS/number"><number></a></td> | ||
</tr> | ||
<tr> | ||
<th scope="row">默认值</th> | ||
<td><code>1</code></td> | ||
</tr> | ||
<tr> | ||
<th scope="row">动画性</th> | ||
<td>有</td> | ||
</tr> | ||
</tbody> | ||
</table> | ||
|
||
## 规范 | ||
|
||
{{Specifications}} | ||
|
||
## 参见 | ||
|
||
- {{SVGElement("feComponentTransfer")}} |