ZKTween class

Constructors

ZKTween(dynamic target)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

autoRemove() ZKTween
chain(ZKTween chainedTween) ZKTween
delay(int amount) ZKTween
easing(dynamic easing) ZKTween
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onComplete(dynamic onCompleteCallback(dynamic obj)?) ZKTween
onUpdate(dynamic onUpdateCallback(dynamic obj)?) ZKTween
start([dynamic time]) ZKTween
stop() ZKTween
to(Map<String, dynamic> properties, [int duration = 1000]) ZKTween
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

add(ZKTween tween) → void
close() → void
getAll() List<ZKTween>
////////////////////////////////////////////////////////////////////////
remove(ZKTween tween) → void
removeAll() → void
setup() → void
update([dynamic time]) bool