Jesus · Bible · HTML · CSS · JS · PHP · SVG · Applications

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>

by

calcMode

from

keySplines

keyTimes

to

World Wide Web Consortium (W3C)

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)

Examples

<list-of-numbers>

in

type

World Wide Web Consortium (W3C)

HomeMenu