lib-flex-animation-code-10-org-as3lib-kitchensync-easing-Elastic.ax (swf ) [ flash ] flex
easeIn starts out slow and increases in speed towards the end of the duration. The values wobble around the starting point before going towards the end point.
author: modified by Mims H. Wright, 2007
author: (c) 2003 Robert Penner, all rights reserved. - This work is subject to the terms in www.robertpenner.com/easing_terms_of_use.html
see: www.robertpenner.com/easing_terms_of_use.html
see: www.robertpenner.com/easing/
parameter: timeElapsed The time since the tween began in milliseconds or frames.
parameter: duration The duration of the tween, in milliseconds or frames.
parameter: amplitude The aplitude of the sine wave. Low numbers are less extreme than high numbers.
parameter: period The period of the sine wave. Low numbers are wobbly, high numbers are smooth.
returns: percentage complete - between 0.0 and 1.0 but it may extend below 0.0 or above 1.0
easeOut starts out fast and decreases in speed towards the end of the duration. The values wobble around the endpoint after reaching it.
parameter: timeElapsed The time since the tween began in milliseconds or frames.
parameter: duration The duration of the tween, in milliseconds or frames.
parameter: amplitude The aplitude of the sine wave. Low numbers are less extreme than high numbers.
parameter: period The period of the sine wave. Low numbers are wobbly, high numbers are smooth.
returns: percentage complete - between 0.0 and 1.0 but it may extend below 0.0 or above 1.0
easeInOut combines the motion of easeIn and easeOut by starting out slow and increasing in speed towards the middle of the duration, then slowing down again towards the end. The values wobble around the starting point (0.0) then go to the the end point (1.0) and wobble there as well.
parameter: timeElapsed The time since the tween began in milliseconds or frames.
parameter: duration The duration of the tween, in milliseconds or frames.
parameter: amplitude The aplitude of the sine wave. Low numbers are less extreme than high numbers.
parameter: period The period of the sine wave. Low numbers are wobbly, high numbers are smooth.
returns: percentage complete - between 0.0 and 1.0 but it may extend below 0.0 or above 1.0
easeOutIn combines the motion of easeIn and easeOut by starting out decelerating towards the middle of the duration, then accelerating end.
parameter: timeElapsed The time since the tween began in milliseconds or frames.
parameter: duration The duration of the tween, in milliseconds or frames.
parameter: amplitude The aplitude of the sine wave. Low numbers are less extreme than high numbers.
parameter: period The period of the sine wave. Low numbers are wobbly, high numbers are smooth.
returns: percentage complete - between 0.0 and 1.0 but it may extend below 0.0 or above 1.0
(C) Æliens 19/08/2009
You may not copy or print any of this material without explicit permission of the author or the publisher. In case of other copyright issues, contact the author.