SVGAnimateElementBuilder class

SVGAnimateElementBuilder class

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

The SVGAnimateElementBuilder type exposes the following members:

Constructors

ConstructorDescription
initConstructs a new instance of SVGAnimateElementBuilder

Methods

MethodDescription
build
build
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