CSSTransition class
- Implemented types
- Available extensions
- Annotations
-
- @JS()
- @staticInterop
Constructors
- CSSTransition()
-
factory
Properties
-
addEventListener
→ ({void Function<
K$>(AnimationEventMap< $1, void Function(String type, Object listener, [Object? options]) $2})K$> type, dynamic listener(K$), [Object? options]) -
Available on Animation, provided by the Animation$Typings extension
Overload accessor: $1, $2no setter -
addEventListener
→ ({void Function<
K$>(AnimationEventMap< $1, void Function(String type, Object listener, [Object? options]) $2})K$> type, dynamic listener(K$), [Object? options]) -
Available on CSSTransition, provided by the CSSTransition$Typings extension
Overload accessor: $1, $2no setter - addEventListener ↔ void Function(String, [Object?, Object?])
-
Available on EventTarget, provided by the EventTarget$Typings extension
getter/setter pair - cancel ↔ void Function()
-
Available on Animation, provided by the Animation$Typings extension
getter/setter pair - commitStyles ↔ void Function()
-
Available on Animation, provided by the Animation$Typings extension
getter/setter pair - currentTime ↔ Object?
-
Available on Animation, provided by the Animation$Typings extension
MDN Referencegetter/setter pair - dispatchEvent ↔ bool Function(Event)
-
Available on EventTarget, provided by the EventTarget$Typings extension
getter/setter pair - effect ↔ AnimationEffect?
-
Available on Animation, provided by the Animation$Typings extension
MDN Referencegetter/setter pair - finish ↔ void Function()
-
Available on Animation, provided by the Animation$Typings extension
getter/setter pair -
finished
→ Future<
Animation> -
Available on Animation, provided by the Animation$Typings extension
MDN Referenceno setter - hashCode → int
-
The hash code for this object.
no setterinherited
- id ↔ String
-
Available on Animation, provided by the Animation$Typings extension
MDN Referencegetter/setter pair - oncancel ↔ dynamic Function(AnimationPlaybackEvent)?
-
Available on Animation, provided by the Animation$Typings extension
MDN Referencegetter/setter pair - onfinish ↔ dynamic Function(AnimationPlaybackEvent)?
-
Available on Animation, provided by the Animation$Typings extension
MDN Referencegetter/setter pair - onremove ↔ dynamic Function(Event)?
-
Available on Animation, provided by the Animation$Typings extension
MDN Referencegetter/setter pair - pause ↔ void Function()
-
Available on Animation, provided by the Animation$Typings extension
getter/setter pair - pending → bool
-
Available on Animation, provided by the Animation$Typings extension
MDN Referenceno setter - persist ↔ void Function()
-
Available on Animation, provided by the Animation$Typings extension
getter/setter pair - play ↔ void Function()
-
Available on Animation, provided by the Animation$Typings extension
getter/setter pair - playbackRate ↔ num
-
Available on Animation, provided by the Animation$Typings extension
MDN Referencegetter/setter pair - playState → AnimationPlayState
-
Available on Animation, provided by the Animation$Typings extension
MDN Referenceno setter -
ready
→ Future<
Animation> -
Available on Animation, provided by the Animation$Typings extension
MDN Referenceno setter -
removeEventListener
→ ({void Function<
K$>(AnimationEventMap< $1, void Function(String type, Object listener, [Object? options]) $2})K$> type, dynamic listener(K$), [Object? options]) -
Available on Animation, provided by the Animation$Typings extension
Overload accessor: $1, $2no setter -
removeEventListener
→ ({void Function<
K$>(AnimationEventMap< $1, void Function(String type, Object listener, [Object? options]) $2})K$> type, dynamic listener(K$), [Object? options]) -
Available on CSSTransition, provided by the CSSTransition$Typings extension
Overload accessor: $1, $2no setter - removeEventListener ↔ void Function(String, [Object?, Object?])
-
Available on EventTarget, provided by the EventTarget$Typings extension
getter/setter pair - replaceState → AnimationReplaceState
-
Available on Animation, provided by the Animation$Typings extension
MDN Referenceno setter - reverse ↔ void Function()
-
Available on Animation, provided by the Animation$Typings extension
getter/setter pair - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- startTime ↔ Object?
-
Available on Animation, provided by the Animation$Typings extension
MDN Referencegetter/setter pair - timeline ↔ AnimationTimeline?
-
Available on Animation, provided by the Animation$Typings extension
MDN Referencegetter/setter pair - transitionProperty → String
-
Available on CSSTransition, provided by the CSSTransition$Typings extension
MDN Referenceno setter - updatePlaybackRate ↔ void Function(num)
-
Available on Animation, provided by the Animation$Typings extension
getter/setter pair
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