Animation

Undocumented in source.

Constructors

this
this(double value)
Undocumented in source.
this
this(double value, double function(double) func)
Undocumented in source.
this
this(double start, double end, double duration)
Undocumented in source.
this
this(double start, double end, double duration, double function(double) func)
Undocumented in source.

Members

Functions

calculate
double calculate()
Undocumented in source. Be warned that the author may not have intended to support it.
change
void change(double value)
Undocumented in source. Be warned that the author may not have intended to support it.
change
void change(double value, double duration)
Undocumented in source. Be warned that the author may not have intended to support it.
change
void change(double value, double function(double) func)
Undocumented in source. Be warned that the author may not have intended to support it.
completion
double completion()
Undocumented in source. Be warned that the author may not have intended to support it.
done
bool done()
Undocumented in source. Be warned that the author may not have intended to support it.
replace
void replace(double start, double end)
Undocumented in source. Be warned that the author may not have intended to support it.
replace
void replace(double end)
Undocumented in source. Be warned that the author may not have intended to support it.
timeCurrent
double timeCurrent()
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

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

Static variables

time
double time;
Undocumented in source.

Variables

duration
double duration;
Undocumented in source.
end
double end;
Undocumented in source.
func
double function(double) func;
Undocumented in source.
start
double start;
Undocumented in source.
timeStart
double timeStart;
Undocumented in source.

Meta