Dart API Reference
dart:html
Animation
Animation
class
Annotations
DocsEditable()
DomName('Animation')
Experimental()
Extends
Object
AnimationNode
Animation
Constructors
Animation
(
Element
target
,
List
<
Map
>
keyframes
, [
timingInput
])
Instance Properties
activeDuration
double
Inherited
read-only
currentIteration
int
Inherited
read-only
duration
double
Inherited
read-only
endTime
double
Inherited
read-only
localTime
double
Inherited
read-only
player
AnimationPlayer
Inherited
read-only
startTime
double
Inherited
read-only
timing
Timing
Inherited
read-only