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
- Scalable Vector Graphics: Document Structure, Section 5.11.2
See also
Related pages
Attributions
Microsoft Developer Network: [Windows Internet Explorer API reference Article]