KeyframeEffectOptions extension type

on
Implemented types
Implementers
Available extensions

Constructors

KeyframeEffectOptions({FillMode fill, num iterationStart, num iterations, PlaybackDirection direction, String easing, num delay, num endDelay, num playbackRate, JSAny duration, CompositeOperation composite, String? pseudoElement, IterationCompositeOperation iterationComposite})
factory

Properties

composite CompositeOperation
getter/setter pair
delay double
getter/setter pairinherited
direction PlaybackDirection
getter/setter pairinherited
duration JSAny
getter/setter pairinherited
easing String
getter/setter pairinherited
endDelay double
getter/setter pairinherited
fill FillMode
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
iterationComposite IterationCompositeOperation
getter/setter pair
iterations double
getter/setter pairinherited
iterationStart double
getter/setter pairinherited
playbackRate double
getter/setter pairinherited
pseudoElement String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited