key_points method

key_points

Sets the ‘keyPoints’ attribute, defining the points at which the animation occurs.

Returns

The current instance of SVGAnimateMotionElementBuilder for method chaining.

def key_points(self, key_points):
    ...
ParameterTypeDescription
key_pointslistAn array of key points for the animation, each between 0 and 1.

See Also