JAME.Package('JAME.FX.Transition');
JAME.FX.Transition.Linear=function(t, b, c, d) {
           return b + (c/d)*t;
}