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):
    ...
ParameterTypeDescription
valuestrThe final value of the attribute at the end of the animation.

See Also