values - SVG 编辑

values属性具有不同的含义,具体取决于使用的上下文,它可以定义在动画过程中使用的值序列,或者它是颜色矩阵的数字列表,根据颜色类型的不同,它们的解释也不同。 要执行的颜色更改。

五个元素正在使用此属性: <animate>, <animateColor>, <animateMotion>, <animateTransform>, and <feColorMatrix>

animate, animateColor, animateMotion, animateTransform

对于 <animate>, <animateColor>, <animateMotion>, 和 <animateTransform>, values是一个列表 定义动画过程中的值序列的值。 如果指定了此属性,则将忽略在元素上设置的任何 from, to, 和 by 属性值.

Value<list-of-values>
Default valueNone
AnimatableNo
<list-of-values>
该值包含一个或多个值的分号分隔列表。 值的类型由 hrefattributeName 属性定义.

feColorMatrix

对于 <feColorMatrix> 元素,值是根据 type 属性值不同解释的数字列表。

Value<list-of-numbers>
Default valueIf type="matrix", identity matrix,
if type="saturate", 1, resulting in identity matrix,
if type="hueRotate", 0, resulting in identity matrix
AnimatableYes
<list-of-numbers>

该值是一个数字列表,根据type属性的值来定义不同解释:

  • For type="matrix", values 是20个矩阵值(a00 a01 a02 a03 a04 a10 a11 ... a34)的列表,以空格和/或逗号分隔。
  • For type="saturate", values 是单个实数值(0到1)。
  • For type="hueRotate", values 是一个单一的实数值(度)。.
  • For type="luminanceToAlpha", values 不适用。

Specifications

SpecificationStatusComment
Filter Effects Module Level 1
values for <feColorMatrix>
Working DraftNo change
SVG Animations Level 2
values for <animate>, <animateColor>, <animateMotion>, and <animateTransform>
Editor's DraftNo change
Scalable Vector Graphics (SVG) 1.1 (Second Edition)
values for <feColorMatrix>
RecommendationInitial definition for <feColorMatrix>
Scalable Vector Graphics (SVG) 1.1 (Second Edition)
values for <animate>, <animateColor>, <animateMotion>, and <animateTransform>
RecommendationInitial definition for <animate>, <animateColor>, <animateMotion>, and <animateTransform>

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据

词条统计

浏览:89 次

字数:7239

最后编辑:7年前

编辑次数:0 次

    我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
    原文