PUBLIC
SVGAnimationElement
Instance Properties
targetElement
Instance Methods
getCurrentTime
getSimpleDuration
getStartTime
SVG API
All API
No API set selected.
JavaScript
SVGAnimationElement
:
SVGElement
Spec
Instance Properties
targetElement
:
SVGElement
readonly
Example:
<svg xmlns='http://www.w3.org/2000/svg' version='1.1' > <rect id='foo' width='30' height='40' fill='black'> <animate attributeName="width" attributeType="SVG" from="30" to="60" dur="1s" repeatCount="indefinite"/> </rect> </svg>
Run
Results:
Instance Methods
getCurrentTime
() :
Number
getSimpleDuration
() :
Number
getStartTime
() :
Number
home
license
contribute
feedback
Copyright © PUBLIC Contributors