Sorry, hab mich vertippt:
Soll heißen... "z"
function easeIn( c, s, l, z ) {
return l * Math.pow( c / z, 3 ) + s;
}
... "t" hatten wir ja schon ;)
Gruß,
Roadster.
Sorry, hab mich vertippt:
Soll heißen... "z"
function easeIn( c, s, l, z ) {
return l * Math.pow( c / z, 3 ) + s;
}
... "t" hatten wir ja schon ;)
Gruß,
Roadster.