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

spline

animate calcMode

Description

The spline value for SVG specifies interpolation from one value in the values list to the next according to a time function defined by a cubic Bézier spline.

The points of the spline are defined in the keyTimes attribute, and the control points for each interval are defined in the keySplines attribute.

Syntax

spline

Examples

discrete

linear

paced

World Wide Web Consortium (W3C)

animateMotion calcMode

Description

The spline value for SVG specifies interpolation from one value in the values list to the next according to a time function defined by a cubic Bézier spline.

The points of the spline are defined in the keyTimes attribute, and the control points for each interval are defined in the keySplines attribute.

Syntax

spline

Examples

discrete

linear

paced

World Wide Web Consortium (W3C)

HomeMenu