to method
to
Sets the ’to’ attribute of the SVG ‘set’ element, specifying the final value of the attribute that will be changed during the animation.
Returns
The current instance of SVGSetElementBuilder for method chaining.
def to(self, value):
...
Parameter | Type | Description |
---|---|---|
value | str | The final value of the attribute at the end of the animation. |
See Also
- module
aspose.svg.builder
- class
SVGSetElementBuilder