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