Interface SVGAnimationElement

All Superinterfaces:
Element, EventTarget, InnerHTML, Node, NonDocumentTypeChildNode, ParentNode, SVGElement, SVGExternalResourcesRequired, SVGTests
All Known Subinterfaces:
SVGAnimateElement, SVGAnimateMotionElement, SVGAnimateTransformElement, SVGSetElement
All Known Implementing Classes:
SVGAnimateElementImpl, SVGAnimateTransformElementImpl, SVGAnimationElementImpl

public interface SVGAnimationElement extends SVGElement, SVGTests, SVGExternalResourcesRequired

SVGAnimationElement interface.

  • Method Details

    • getTargetElement

      SVGElement getTargetElement()

      getTargetElement.

      Returns:
      a SVGElement object.
    • getStartTime

      float getStartTime()

      getStartTime.

      Returns:
      a float.
    • getCurrentTime

      float getCurrentTime()

      getCurrentTime.

      Returns:
      a float.
    • getSimpleDuration

      float getSimpleDuration()

      getSimpleDuration.

      Returns:
      a float.
      Throws:
      DOMException - if any.