alpha
Description:
public Alpha alpha {
get;
set; }
The Alpha object used to drive this behaviour.
A Alpha object binds a Timeline and a
function which computes a value (the "alpha") depending on the time. Each time the alpha value changes the alpha-notify virtual function
is called.