AnimationDriver class

Constructors

AnimationDriver()

Properties

forwardFunc Function?
getter/setter pair
from double
no setter
hashCode int
The hash code for this object.
no setterinherited
isInitForwardDriver bool
no setter
isInitReverseDriver bool
no setter
isRepeat bool
getter/setter pair
isReverse bool
no setter
resetFunc Function?
getter/setter pair
reverseFunc Function?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addListener(AnimationListener listener) → void
forward({double from = 0.0}) → void
init() → void
inputCurrentMatrixValue(Matrix4 matrix4) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
removeListener(AnimationListener listener) → void
reset() → void
reverse({double from = 1.0}) → void
toString() String
A string representation of this object.
inherited

Operators

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