rotate method
rotate
Sets the ‘rotate’ attribute, defining the rotation of the animated element.
Returns
The current instance of SVGAnimateMotionElementBuilder for method chaining.
def rotate(self, degrees):
...
Parameter | Type | Description |
---|---|---|
degrees | float | The degrees of rotation. |
rotate
Sets the ‘rotate’ attribute using a predefined rotation value.
Returns
The current instance of SVGAnimateMotionElementBuilder for method chaining.
def rotate(self, value):
...
Parameter | Type | Description |
---|---|---|
value | Rotate | The predefined rotation value. |
See Also
- module
aspose.svg.builder
- class
SVGAnimateMotionElementBuilder