AnimeInstance class
- Implemented types
- Implementers
- Available extensions
- Annotations
-
- @JS()
- @staticInterop
- @anonymous
Constructors
-
AnimeInstance({bool? began, bool? paused, bool? completed, Future<
void> ? finished, bool? autoplay, num? currentTime, num? delay, String? direction, num? duration, Object? loop, num? timelineOffset, num? progress, num? remaining, bool? reversed, ReadonlyArray<Animatable> ? animatables, ReadonlyArray<Animation> ? animations, void play()?, void pause()?, void restart()?, void reverse()?, void seek(num)?, void tick(num)?, AnimeCallbackFunction? begin, AnimeCallbackFunction? change, AnimeCallbackFunction? update, AnimeCallbackFunction? complete, AnimeCallbackFunction? loopBegin, AnimeCallbackFunction? loopComplete, AnimeCallbackFunction? changeBegin, AnimeCallbackFunction? changeComplete}) -
factory
Properties
-
animatables
↔ ReadonlyArray<
Animatable> -
Available on AnimeInstance, provided by the AnimeInstance$Typings extension
getter/setter pair -
animations
↔ ReadonlyArray<
Animation> -
Available on AnimeInstance, provided by the AnimeInstance$Typings extension
getter/setter pair - autoplay ↔ bool
-
Available on AnimeInstance, provided by the AnimeInstance$Typings extension
getter/setter pair - began ↔ bool
-
Available on AnimeInstance, provided by the AnimeInstance$Typings extension
getter/setter pair - begin ↔ AnimeCallbackFunction?
-
Available on AnimeCallBack, provided by the AnimeCallBack$Typings extension
getter/setter pair - change ↔ AnimeCallbackFunction?
-
Available on AnimeCallBack, provided by the AnimeCallBack$Typings extension
getter/setter pair - changeBegin ↔ AnimeCallbackFunction?
-
Available on AnimeCallBack, provided by the AnimeCallBack$Typings extension
getter/setter pair - changeComplete ↔ AnimeCallbackFunction?
-
Available on AnimeCallBack, provided by the AnimeCallBack$Typings extension
getter/setter pair - complete ↔ AnimeCallbackFunction?
-
Available on AnimeCallBack, provided by the AnimeCallBack$Typings extension
getter/setter pair - completed ↔ bool
-
Available on AnimeInstance, provided by the AnimeInstance$Typings extension
getter/setter pair - currentTime ↔ num
-
Available on AnimeInstance, provided by the AnimeInstance$Typings extension
getter/setter pair - delay ↔ num
-
Available on AnimeInstance, provided by the AnimeInstance$Typings extension
getter/setter pair - direction ↔ String
-
Available on AnimeInstance, provided by the AnimeInstance$Typings extension
getter/setter pair - duration ↔ num
-
Available on AnimeInstance, provided by the AnimeInstance$Typings extension
getter/setter pair -
finished
↔ Future<
void> -
Available on AnimeInstance, provided by the AnimeInstance$Typings extension
getter/setter pair - hashCode → int
-
The hash code for this object.
no setterinherited
- loop ↔ Object
-
Available on AnimeInstance, provided by the AnimeInstance$Typings extension
getter/setter pair - loopBegin ↔ AnimeCallbackFunction?
-
Available on AnimeCallBack, provided by the AnimeCallBack$Typings extension
getter/setter pair - loopComplete ↔ AnimeCallbackFunction?
-
Available on AnimeCallBack, provided by the AnimeCallBack$Typings extension
getter/setter pair - pause ↔ void Function()
-
Available on AnimeInstance, provided by the AnimeInstance$Typings extension
getter/setter pair - paused ↔ bool
-
Available on AnimeInstance, provided by the AnimeInstance$Typings extension
getter/setter pair - play ↔ void Function()
-
Available on AnimeInstance, provided by the AnimeInstance$Typings extension
getter/setter pair - progress ↔ num
-
Available on AnimeInstance, provided by the AnimeInstance$Typings extension
getter/setter pair - remaining ↔ num
-
Available on AnimeInstance, provided by the AnimeInstance$Typings extension
getter/setter pair - restart ↔ void Function()
-
Available on AnimeInstance, provided by the AnimeInstance$Typings extension
getter/setter pair - reverse ↔ void Function()
-
Available on AnimeInstance, provided by the AnimeInstance$Typings extension
getter/setter pair - reversed ↔ bool
-
Available on AnimeInstance, provided by the AnimeInstance$Typings extension
getter/setter pair - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- seek ↔ void Function(num)
-
Available on AnimeInstance, provided by the AnimeInstance$Typings extension
getter/setter pair - tick ↔ void Function(num)
-
Available on AnimeInstance, provided by the AnimeInstance$Typings extension
getter/setter pair - timelineOffset ↔ num
-
Available on AnimeInstance, provided by the AnimeInstance$Typings extension
getter/setter pair - update ↔ AnimeCallbackFunction?
-
Available on AnimeCallBack, provided by the AnimeCallBack$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