type method

type

Sets the ’type’ attribute of the SVG ‘animateTransform’ element, specifying the type of transformation.

Returns

The current instance of SVGAnimateTransformElementBuilder for method chaining.

def type(self, type):
    ...
ParameterTypeDescription
typeTransformationTypeThe type of transformation (e.g., translate, rotate, scale).

See Also