Dart API Reference
dart:html
Animation
Animation
class
Annotated by:
DocsEditable()
DomName('Animation')
Experimental()
Extends:
AnimationNode
Object
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