get_current_time method
get_current_time
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.
Returns
The current time in seconds, or 0 if the document timeline has not yet begun.
def get_current_time(self):
...
See Also
- module
aspose.html.dom.svg
- class
SVGSVGElement