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):
...
| Parameter | Type | Description |
|---|---|---|
| key_points | list | An array of key points for the animation, each between 0 and 1. |
See Also
- module
aspose.svg.builder - class
SVGAnimateMotionElementBuilder