HmsAnimation class abstract

Implementers

Constructors

HmsAnimation({required String animationId, required String type, int? duration, int? fillMode, int? repeatCount, int? repeatMode, int? interpolator})

Properties

animationId String
getter/setter pair
duration int?
getter/setter pair
fillMode int?
getter/setter pair
hashCode int
The hash code for this object.
no setteroverride
interpolator int?
getter/setter pair
repeatCount int?
getter/setter pair
repeatMode int?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type String
getter/setter pair

Methods

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

Operators

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

Constants

ACCELERATE → const int
ACCELERATE_DECELERATE → const int
ALPHA → const String
ANTICIPATE → const int
BACKWARDS → const int
BOUNCE → const int
DECELERATE → const int
FAST_OUT_LINEAR_IN → const int
FAST_OUT_SLOW_IN → const int
FORWARDS → const int
INFINITE → const int
LINEAR → const int
LINEAR_OUT_SLOW_IN → const int
OVERSHOOT → const int
RESTART → const int
REVERSE → const int
ROTATE → const String
SCALE → const String
TRANSLATE → const String