keySplines
animate
Description
The keySplines attribute for SVG specifies a set of Bézier control points associated with the keyTimes list, defining a cubic Bézier function that controls interval pacing.
This attribute is ignored unless the calcMode is set to spline.
Syntax
Value
<control-point> [; <control-point>]* ;?
Default
(none)