values
animate
Description
The values attribute for SVG specifies a sequence of values to use over the course of the animation.
Syntax
Value
<list>
Default
(none)
Examples
<list>
Links
Internal
External
feColorMatrix
Description
The values attribute for SVG specifies a number or list of numbers depending on the type attribute.
For hueRotate, a single real number value (degrees).
For matrix, a list of 20 matrix values (a00 a01 a02 a03 a04 a10 a11 ... a34), separated by whitespace and/or a comma.
For saturate, a single real number value.
Syntax
Value
<list-of-numbers>
Default
(identity matrix)