Animation

Undocumented in source.

Constructors

this
this(T delegate() getter, void delegate(T) setter)
Undocumented in source.
this
this(T value)
Undocumented in source.

Members

Functions

interpolate
Animation interpolate(Interpolation i)
Undocumented in source. Be warned that the author may not have intended to support it.
period
Animation period(Duration period)
Undocumented in source. Be warned that the author may not have intended to support it.
start
void start()
Undocumented in source. Be warned that the author may not have intended to support it.
to
Animation to(T arrival)
Undocumented in source. Be warned that the author may not have intended to support it.

Mixins

__anonymous
mixin ImplAction
Undocumented in source.

Mixed In Members

From mixin ImplAction

addFinishCallback
void addFinishCallback(ActionFinishCallback cb)
Undocumented in source. Be warned that the author may not have intended to support it.
kill
void kill()
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From IAction

start
void start()
Undocumented in source.
kill
void kill()
Undocumented in source.
addFinishCallback
void addFinishCallback(ActionFinishCallback )
Undocumented in source.
finish
ActionFinishNotification finish()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta