ActionSequence

Undocumented in source.

Members

Functions

action
IAction action(IAction action)
Undocumented in source. Be warned that the author may not have intended to support it.
animate
auto animate(T value)
Undocumented in source. Be warned that the author may not have intended to support it.
animate
Animation!T animate(T value)
Undocumented in source. Be warned that the author may not have intended to support it.
run
RunAction run(void delegate() f)
Undocumented in source. Be warned that the author may not have intended to support it.
run
RunAction run(void delegate(void delegate()) f)
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.
wait
WaitAction wait(Duration dur)
Undocumented in source. Be warned that the author may not have intended to support it.

Mixins

__anonymous
mixin ImplAction
Undocumented in source.

Static functions

opCall
opCall()
Undocumented in source. Be warned that the author may not have intended to support it.

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