This page is Not Ready

Notice: The WebPlatform project, supported by various stewards between 2012 and 2015, has been discontinued. This site is now available on github.

setCurrentTime

Notes

Remarks

If you call the setCurrentTime method before the document timeline has begun (for example, by a script that is running in a script element before the SVGLoad event for the document is dispatched), the value of seconds during the last call to setCurrentTime is the current time.

Syntax

var retval = SVGSVGElement.setCurrentTime(seconds);

Standards information

See also

Related pages

Attributions