CalcModeAttribute: calcMode

Description Available Attribute Values Animatable Used by the Elements

Description

Governs the interpolation model for the animation.

Available Attribute Values

The value can be any one of the following:

'discrete'

Specifies a discrete jump to the next value without any intermediate transitioning.

'linear'

Specifies an intermediate transitioning based on a linear interpolation across time from the starting value to the ending value. (This is the the default for all except for animateMotion)

'paced'

Specifies an even paced intermediate transitioning. This is the default for animateMotion.

'spline'

Specifies an intermediate transitioning based on a cubic Bezier spline with points defined using the keyTimes and keySplines attributes.

Animatable

Not Animatable

Used by the Elements

Animation Elements

animate, animateColor, animateMotion, animateTransform


mslegrand/svgR documentation built on Jan. 21, 2020, 2:59 p.m.