Search completed in 1.07 seconds.
2 results for "getCurrentTime":
SVGSVGElement - Web APIs
WebAPISVGSVGElement
svgsvgelement.getcurrenttime() returns the current time in seconds relative to the start time for the current svg document fragment.
... if getcurrenttime() is called before the document timeline has begun (for example, by script running in a <script> element before the document's svgload event is dispatched), then 0 is returned.
SVGAnimationElement - Web APIs
WebAPISVGAnimationElement
svganimationelement.getcurrenttime() returns a float representing the current time in seconds relative to time zero for the given time container.