SVGAnimateTransformElementBuilder class

SVGAnimateTransformElementBuilder class

Builder class for constructing an SVG ‘animateTransform’ element, which is used for creating transformation animations within SVG graphics. It enables the building of content within the ‘animateTransform’ element and provides methods to set various attributes specific to the ‘animateTransform’ element in SVG.

The SVGAnimateTransformElementBuilder type exposes the following members:

Constructors

ConstructorDescription
initConstructs a new instance of SVGAnimateTransformElementBuilder

Methods

MethodDescription
build
build
typeSets the ’type’ attribute of the SVG ‘animateTransform’ element, specifying the type of transformation.
build_elementBuilds and returns an SVGElement instance based on the current configuration of the builder.
attributeSets or updates an attribute on an SVG element.

See Also