webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | Public Attributes | List of all members
SVGAnimationElement Interface Reference

import"SVGAnimationElement.idl";

Inheritance diagram for SVGAnimationElement:
SVGElement SVGAnimateColorElement SVGAnimateElement SVGAnimateMotionElement SVGAnimateTransformElement SVGSetElement

Public Member Functions

unrestricted float getStartTime ()
 
unrestricted float getCurrentTime ()
 
unrestricted float getSimpleDuration ()
 
void beginElement ()
 
void beginElementAt (optional unrestricted float offset=NaN)
 
void endElement ()
 
void endElementAt (optional unrestricted float offset=NaN)
 
- Public Member Functions inherited from SVGElement
DeprecatedCSSOMValue getPresentationAttribute (optional DOMString name="undefined")
 
void focus ()
 
void blur ()
 

Public Attributes

readonly attribute SVGElement targetElement
 
- Public Attributes inherited from SVGElement
readonly attribute SVGSVGElement ownerSVGElement
 
readonly attribute SVGElement viewportElement
 
attribute DOMString xmllang
 
attribute DOMString xmlspace
 
readonly attribute SVGAnimatedString className
 
readonly attribute CSSStyleDeclaration style
 
attribute long tabIndex
 
readonly attribute DOMStringMap dataset
 

Member Function Documentation

◆ beginElement()

void SVGAnimationElement::beginElement ( )

◆ beginElementAt()

void SVGAnimationElement::beginElementAt ( optional unrestricted float  offset = NaN)

◆ endElement()

void SVGAnimationElement::endElement ( )

◆ endElementAt()

void SVGAnimationElement::endElementAt ( optional unrestricted float  offset = NaN)

◆ getCurrentTime()

unrestricted float SVGAnimationElement::getCurrentTime ( )

◆ getSimpleDuration()

unrestricted float SVGAnimationElement::getSimpleDuration ( )

◆ getStartTime()

unrestricted float SVGAnimationElement::getStartTime ( )

Member Data Documentation

◆ targetElement

readonly attribute SVGElement SVGAnimationElement::targetElement

The documentation for this interface was generated from the following file: