dart / 1 / dart-html / animationevent / elapsedtime.html

elapsedTime property

num elapsedTime

Source

@DomName('AnimationEvent.elapsedTime')
@DocsEditable()
@Experimental() // untriaged
num get elapsedTime =>
    _blink.BlinkAnimationEvent.instance.elapsedTime_Getter_(this);

© 2012 the Dart project authors
Licensed under the Creative Commons Attribution-ShareAlike License v4.0.
https://api.dartlang.org/stable/1.24.3/dart-html/AnimationEvent/elapsedTime.html