RE: [Flashcoders] Easing equations - explanation of parameters

2006-02-27 Thread Nick Weekes
February 2006 11:32 To: Flashcoders mailing list Subject: [Flashcoders] Easing equations - explanation of parameters Does anyone have a explanation of the parameters used in the class mx.transitions.easing.Elastic (t:Number, b:Number, c:Number, d:Number, a:Number, p:Number) t = Current Timer b

Re: [Flashcoders] Easing equations - explanation of parameters

2006-02-27 Thread Keith Salisbury
Cheers Nick, already seen those, but unfortunately it seems everywhere there is documentation for the Tween class, but absolutely no documentation for the easing class. I dont want to use the tween class, i just need to use the easing methods directly, so i just need some documentation on the

RE: [Flashcoders] Easing equations - explanation of parameters

2006-02-27 Thread Mike Mountain
I thought it was something like amplitude and damping... M -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Keith Salisbury Sent: 27 February 2006 11:32 To: Flashcoders mailing list Subject: [Flashcoders] Easing equations - explanation

RE: [Flashcoders] Easing equations - explanation of parameters

2006-02-27 Thread Nick Weekes
February 2006 11:44 To: Flashcoders mailing list Subject: Re: [Flashcoders] Easing equations - explanation of parameters Cheers Nick, already seen those, but unfortunately it seems everywhere there is documentation for the Tween class, but absolutely no documentation for the easing class. I dont

Re: [Flashcoders] Easing equations - explanation of parameters

2006-02-27 Thread Mark Walters
Taken from Robert Penner's book ... t = time b = begin c = change d = duration - markW On 2/27/06, Keith Salisbury [EMAIL PROTECTED] wrote: Does anyone have a explanation of the parameters used in the class mx.transitions.easing.Elastic (t:Number, b:Number, c:Number, d:Number, a:Number,

Re: [Flashcoders] Easing equations - explanation of parameters

2006-02-27 Thread Helen Triolo
From a post from Zeh in the archives (http://chattyfig.figleaf.com/pipermail/flashcoders/2004-July/117628.html), In elastic's case, extra1 is 'amplitude' and extra2 is 'period'. (any parameters after the basic 4 apparently have different meanings depending on the type of tween). Helen --

Re: [Flashcoders] Easing equations - explanation of parameters

2006-02-27 Thread Zeh Fernando
In 'back' easing: the fifth parameter means 'overshoot'. In words by Mr. Penner himself, slightly edited: a controls the amount of overshoot: higher a means greater overshoot a has a default value of 1.70158, which produces an overshoot of 10 percent a==0 produces cubic easing with no