Class Index | File Index

Classes


Class Equations


Defined in: Equations.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
Disclaimer for Robert Penner's Easing Equations license: TERMS OF USE - EASING EQUATIONS Open source under the BSD License.
Method Summary
Method Attributes Method Name and Description
<inner>  
easeInBack(t, b, c, d, p_params)
Easing equation function for a back (overshooting cubic easing: (s+1)*t^3 - s*t^2) easing in: accelerating from zero velocity.
<inner>  
easeInBounce(t, b, c, d, p_params)
Easing equation function for a bounce (exponentially decaying parabolic bounce) easing in: accelerating from zero velocity.
<inner>  
easeInCirc(t, b, c, d, p_params)
Easing equation function for a circular (sqrt(1-t^2)) easing in: accelerating from zero velocity.
<inner>  
easeInCubic(t, b, c, d, p_params)
Easing equation function for a cubic (t^3) easing in: accelerating from zero velocity.
<inner>  
easeInElastic(t, b, c, d, p_params)
Easing equation function for an elastic (exponentially decaying sine wave) easing in: accelerating from zero velocity.
<inner>  
easeInExpo(t, b, c, d, p_params)
Easing equation function for an exponential (2^t) easing in: accelerating from zero velocity.
<inner>  
easeInOutBack(t, b, c, d, p_params)
Easing equation function for a back (overshooting cubic easing: (s+1)*t^3 - s*t^2) easing in/out: acceleration until halfway, then deceleration.
<inner>  
easeInOutBounce(t, b, c, d, p_params)
Easing equation function for a bounce (exponentially decaying parabolic bounce) easing in/out: acceleration until halfway, then deceleration.
<inner>  
easeInOutCirc(t, b, c, d, p_params)
Easing equation function for a circular (sqrt(1-t^2)) easing in/out: acceleration until halfway, then deceleration.
<inner>  
easeInOutCubic(t, b, c, d, p_params)
Easing equation function for a cubic (t^3) easing in/out: acceleration until halfway, then deceleration.
<inner>  
easeInOutElastic(t, b, c, d, p_params)
Easing equation function for an elastic (exponentially decaying sine wave) easing in/out: acceleration until halfway, then deceleration.
<inner>  
easeInOutExpo(t, b, c, d, p_params)
Easing equation function for an exponential (2^t) easing in/out: acceleration until halfway, then deceleration.
<inner>  
easeInOutQuad(t, b, c, d, p_params)
Easing equation function for a quadratic (t^2) easing in/out: acceleration until halfway, then deceleration.
<inner>  
easeInOutQuart(t, b, c, d, p_params)
Easing equation function for a quartic (t^4) easing in/out: acceleration until halfway, then deceleration.
<inner>  
easeInOutQuint(t, b, c, d, p_params)
Easing equation function for a quintic (t^5) easing in/out: acceleration until halfway, then deceleration.
<inner>  
easeInOutSine(t, b, c, d, p_params)
Easing equation function for a sinusoidal (sin(t)) easing in/out: acceleration until halfway, then deceleration.
<inner>  
easeInQuad(t, b, c, d, p_params)
Easing equation function for a quadratic (t^2) easing in: accelerating from zero velocity.
<inner>  
easeInQuart(t, b, c, d, p_params)
Easing equation function for a quartic (t^4) easing in: accelerating from zero velocity.
<inner>  
easeInQuint(t, b, c, d, p_params)
Easing equation function for a quintic (t^5) easing in: accelerating from zero velocity.
<inner>  
easeInSine(t, b, c, d, p_params)
Easing equation function for a sinusoidal (sin(t)) easing in: accelerating from zero velocity.
<inner>  
easeNone(t, b, c, d, p_params)
Easing equation function for a simple linear tweening, with no easing.
<inner>  
easeOutBack(t, b, c, d, p_params)
Easing equation function for a back (overshooting cubic easing: (s+1)*t^3 - s*t^2) easing out: decelerating from zero velocity.
<inner>  
easeOutBounce(t, b, c, d, p_params)
Easing equation function for a bounce (exponentially decaying parabolic bounce) easing out: decelerating from zero velocity.
<inner>  
easeOutCirc(t, b, c, d, p_params)
Easing equation function for a circular (sqrt(1-t^2)) easing out: decelerating from zero velocity.
<inner>  
easeOutCubic(t, b, c, d, p_params)
Easing equation function for a cubic (t^3) easing out: decelerating from zero velocity.
<inner>  
easeOutElastic(t, b, c, d, p_params)
Easing equation function for an elastic (exponentially decaying sine wave) easing out: decelerating from zero velocity.
<inner>  
easeOutExpo(t, b, c, d, p_params)
Easing equation function for an exponential (2^t) easing out: decelerating from zero velocity.
<inner>  
easeOutInBack(t, b, c, d, p_params)
Easing equation function for a back (overshooting cubic easing: (s+1)*t^3 - s*t^2) easing out/in: deceleration until halfway, then acceleration.
<inner>  
easeOutInBounce(t, b, c, d, p_params)
Easing equation function for a bounce (exponentially decaying parabolic bounce) easing out/in: deceleration until halfway, then acceleration.
<inner>  
easeOutInCirc(t, b, c, d, p_params)
Easing equation function for a circular (sqrt(1-t^2)) easing out/in: deceleration until halfway, then acceleration.
<inner>  
easeOutInCubic(t, b, c, d, p_params)
Easing equation function for a cubic (t^3) easing out/in: deceleration until halfway, then acceleration.
<inner>  
easeOutInElastic(t, b, c, d, p_params)
Easing equation function for an elastic (exponentially decaying sine wave) easing out/in: deceleration until halfway, then acceleration.
<inner>  
easeOutInExpo(t, b, c, d, p_params)
Easing equation function for an exponential (2^t) easing out/in: deceleration until halfway, then acceleration.
<inner>  
easeOutInQuad(t, b, c, d, p_params)
Easing equation function for a quadratic (t^2) easing out/in: deceleration until halfway, then acceleration.
<inner>  
easeOutInQuart(t, b, c, d, p_params)
Easing equation function for a quartic (t^4) easing out/in: deceleration until halfway, then acceleration.
<inner>  
easeOutInQuint(t, b, c, d, p_params)
Easing equation function for a quintic (t^5) easing out/in: deceleration until halfway, then acceleration.
<inner>  
easeOutInSine(t, b, c, d, p_params)
Easing equation function for a sinusoidal (sin(t)) easing out/in: deceleration until halfway, then acceleration.
<inner>  
easeOutQuad(t, b, c, d, p_params)
Easing equation function for a quadratic (t^2) easing out: decelerating to zero velocity.
<inner>  
easeOutQuart(t, b, c, d, p_params)
Easing equation function for a quartic (t^4) easing out: decelerating from zero velocity.
<inner>  
easeOutQuint(t, b, c, d, p_params)
Easing equation function for a quintic (t^5) easing out: decelerating from zero velocity.
<inner>  
easeOutSine(t, b, c, d, p_params)
Easing equation function for a sinusoidal (sin(t)) easing out: decelerating from zero velocity.
Class Detail
Equations()
Disclaimer for Robert Penner's Easing Equations license: TERMS OF USE - EASING EQUATIONS Open source under the BSD License. Copyright © 2001 Robert Penner All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. * Neither the name of the author nor the names of contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Method Detail
<inner> {Number} easeInBack(t, b, c, d, p_params)
Easing equation function for a back (overshooting cubic easing: (s+1)*t^3 - s*t^2) easing in: accelerating from zero velocity.
Parameters:
t
{Number} Current time (in frames or seconds).
b
{Number} Starting value.
c
{Number} Change needed in value.
d
{Number} Expected easing duration (in frames or seconds).
p_params Optional
{Object}
p_params.overshoot Optional
{Number} Overshoot ammount: higher s means greater overshoot (0 produces cubic easing with no overshoot, and the default value of 1.70158 produces an overshoot of 10 percent).
Returns:
{Number} The correct value.

<inner> {Number} easeInBounce(t, b, c, d, p_params)
Easing equation function for a bounce (exponentially decaying parabolic bounce) easing in: accelerating from zero velocity.
Parameters:
t
{Number} Current time (in frames or seconds).
b
{Number} Starting value.
c
{Number} Change needed in value.
d
{Number} Expected easing duration (in frames or seconds).
p_params Optional
{Object}
Returns:
{Number} The correct value.

<inner> {Number} easeInCirc(t, b, c, d, p_params)
Easing equation function for a circular (sqrt(1-t^2)) easing in: accelerating from zero velocity.
Parameters:
t
{Number} Current time (in frames or seconds).
b
{Number} Starting value.
c
{Number} Change needed in value.
d
{Number} Expected easing duration (in frames or seconds).
p_params Optional
{Object}
Returns:
{Number} The correct value.

<inner> {Number} easeInCubic(t, b, c, d, p_params)
Easing equation function for a cubic (t^3) easing in: accelerating from zero velocity.
Parameters:
t
{Number} Current time (in frames or seconds).
b
{Number} Starting value.
c
{Number} Change needed in value.
d
{Number} Expected easing duration (in frames or seconds).
p_params Optional
{Object}
Returns:
{Number} The correct value.

<inner> {Number} easeInElastic(t, b, c, d, p_params)
Easing equation function for an elastic (exponentially decaying sine wave) easing in: accelerating from zero velocity.
Parameters:
t
{Number} Current time (in frames or seconds).
b
{Number} Starting value.
c
{Number} Change needed in value.
d
{Number} Expected easing duration (in frames or seconds).
p_params Optional
{Object}
p_params.amplitude Optional
{Number} Amplitude.
p_params.period Optional
{Number} Period.
Returns:
{Number} The correct value.

<inner> {Number} easeInExpo(t, b, c, d, p_params)
Easing equation function for an exponential (2^t) easing in: accelerating from zero velocity.
Parameters:
t
{Number} Current time (in frames or seconds).
b
{Number} Starting value.
c
{Number} Change needed in value.
d
{Number} Expected easing duration (in frames or seconds).
p_params Optional
{Object}
Returns:
{Number} The correct value.

<inner> {Number} easeInOutBack(t, b, c, d, p_params)
Easing equation function for a back (overshooting cubic easing: (s+1)*t^3 - s*t^2) easing in/out: acceleration until halfway, then deceleration.
Parameters:
t
{Number} Current time (in frames or seconds).
b
{Number} Starting value.
c
{Number} Change needed in value.
d
{Number} Expected easing duration (in frames or seconds).
p_params Optional
{Object}
p_params.overshoot Optional
{Number} Overshoot ammount: higher s means greater overshoot (0 produces cubic easing with no overshoot, and the default value of 1.70158 produces an overshoot of 10 percent).
Returns:
{Number} The correct value.

<inner> {Number} easeInOutBounce(t, b, c, d, p_params)
Easing equation function for a bounce (exponentially decaying parabolic bounce) easing in/out: acceleration until halfway, then deceleration.
Parameters:
t
{Number} Current time (in frames or seconds).
b
{Number} Starting value.
c
{Number} Change needed in value.
d
{Number} Expected easing duration (in frames or seconds).
p_params Optional
{Object}
Returns:
{Number} The correct value.

<inner> {Number} easeInOutCirc(t, b, c, d, p_params)
Easing equation function for a circular (sqrt(1-t^2)) easing in/out: acceleration until halfway, then deceleration.
Parameters:
t
{Number} Current time (in frames or seconds).
b
{Number} Starting value.
c
{Number} Change needed in value.
d
{Number} Expected easing duration (in frames or seconds).
p_params Optional
{Object}
Returns:
{Number} The correct value.

<inner> {Number} easeInOutCubic(t, b, c, d, p_params)
Easing equation function for a cubic (t^3) easing in/out: acceleration until halfway, then deceleration.
Parameters:
t
{Number} Current time (in frames or seconds).
b
{Number} Starting value.
c
{Number} Change needed in value.
d
{Number} Expected easing duration (in frames or seconds).
p_params Optional
{Object}
Returns:
{Number} The correct value.

<inner> {Number} easeInOutElastic(t, b, c, d, p_params)
Easing equation function for an elastic (exponentially decaying sine wave) easing in/out: acceleration until halfway, then deceleration.
Parameters:
t
{Number} Current time (in frames or seconds).
b
{Number} Starting value.
c
{Number} Change needed in value.
d
{Number} Expected easing duration (in frames or seconds).
p_params Optional
{Object}
p_params.amplitude Optional
{Number} Amplitude.
p_params.period Optional
{Number} Period.
Returns:
{Number} The correct value.

<inner> {Number} easeInOutExpo(t, b, c, d, p_params)
Easing equation function for an exponential (2^t) easing in/out: acceleration until halfway, then deceleration.
Parameters:
t
{Number} Current time (in frames or seconds).
b
{Number} Starting value.
c
{Number} Change needed in value.
d
{Number} Expected easing duration (in frames or seconds).
p_params Optional
{Object}
Returns:
{Number} The correct value.

<inner> {Number} easeInOutQuad(t, b, c, d, p_params)
Easing equation function for a quadratic (t^2) easing in/out: acceleration until halfway, then deceleration.
Parameters:
t
{Number} Current time (in frames or seconds).
b
{Number} Starting value.
c
{Number} Change needed in value.
d
{Number} Expected easing duration (in frames or seconds).
p_params Optional
{Object}
Returns:
{Number} The correct value.

<inner> {Number} easeInOutQuart(t, b, c, d, p_params)
Easing equation function for a quartic (t^4) easing in/out: acceleration until halfway, then deceleration.
Parameters:
t
{Number} Current time (in frames or seconds).
b
{Number} Starting value.
c
{Number} Change needed in value.
d
{Number} Expected easing duration (in frames or seconds).
p_params Optional
{Object}
Returns:
{Number} The correct value.

<inner> {Number} easeInOutQuint(t, b, c, d, p_params)
Easing equation function for a quintic (t^5) easing in/out: acceleration until halfway, then deceleration.
Parameters:
t
{Number} Current time (in frames or seconds).
b
{Number} Starting value.
c
{Number} Change needed in value.
d
{Number} Expected easing duration (in frames or seconds).
p_params Optional
{Object}
Returns:
{Number} The correct value.

<inner> {Number} easeInOutSine(t, b, c, d, p_params)
Easing equation function for a sinusoidal (sin(t)) easing in/out: acceleration until halfway, then deceleration.
Parameters:
t
{Number} Current time (in frames or seconds).
b
{Number} Starting value.
c
{Number} Change needed in value.
d
{Number} Expected easing duration (in frames or seconds).
p_params Optional
{Object}
Returns:
{Number} The correct value.

<inner> {Number} easeInQuad(t, b, c, d, p_params)
Easing equation function for a quadratic (t^2) easing in: accelerating from zero velocity.
Parameters:
t
{Number} Current time (in frames or seconds).
b
{Number} Starting value.
c
{Number} Change needed in value.
d
{Number} Expected easing duration (in frames or seconds).
p_params Optional
{Object}
Returns:
{Number} The correct value.

<inner> {Number} easeInQuart(t, b, c, d, p_params)
Easing equation function for a quartic (t^4) easing in: accelerating from zero velocity.
Parameters:
t
{Number} Current time (in frames or seconds).
b
{Number} Starting value.
c
{Number} Change needed in value.
d
{Number} Expected easing duration (in frames or seconds).
p_params Optional
{Object}
Returns:
{Number} The correct value.

<inner> {Number} easeInQuint(t, b, c, d, p_params)
Easing equation function for a quintic (t^5) easing in: accelerating from zero velocity.
Parameters:
t
{Number} Current time (in frames or seconds).
b
{Number} Starting value.
c
{Number} Change needed in value.
d
{Number} Expected easing duration (in frames or seconds).
p_params Optional
{Object}
Returns:
{Number} The correct value.

<inner> {Number} easeInSine(t, b, c, d, p_params)
Easing equation function for a sinusoidal (sin(t)) easing in: accelerating from zero velocity.
Parameters:
t
{Number} Current time (in frames or seconds).
b
{Number} Starting value.
c
{Number} Change needed in value.
d
{Number} Expected easing duration (in frames or seconds).
p_params Optional
{Object}
Returns:
{Number} The correct value.

<inner> {Number} easeNone(t, b, c, d, p_params)
Easing equation function for a simple linear tweening, with no easing.
Parameters:
t
{Number} Current time (in frames or seconds).
b
{Number} Starting value.
c
{Number} Change needed in value.
d
{Number} Expected easing duration (in frames or seconds).
p_params Optional
{Object}
Returns:
{Number} The correct value.

<inner> {Number} easeOutBack(t, b, c, d, p_params)
Easing equation function for a back (overshooting cubic easing: (s+1)*t^3 - s*t^2) easing out: decelerating from zero velocity.
Parameters:
t
{Number} Current time (in frames or seconds).
b
{Number} Starting value.
c
{Number} Change needed in value.
d
{Number} Expected easing duration (in frames or seconds).
p_params Optional
{Object}
p_params.overshoot Optional
{Number} Overshoot ammount: higher s means greater overshoot (0 produces cubic easing with no overshoot, and the default value of 1.70158 produces an overshoot of 10 percent).
Returns:
{Number} The correct value.

<inner> {Number} easeOutBounce(t, b, c, d, p_params)
Easing equation function for a bounce (exponentially decaying parabolic bounce) easing out: decelerating from zero velocity.
Parameters:
t
{Number} Current time (in frames or seconds).
b
{Number} Starting value.
c
{Number} Change needed in value.
d
{Number} Expected easing duration (in frames or seconds).
p_params Optional
{Object}
Returns:
{Number} The correct value.

<inner> {Number} easeOutCirc(t, b, c, d, p_params)
Easing equation function for a circular (sqrt(1-t^2)) easing out: decelerating from zero velocity.
Parameters:
t
{Number} Current time (in frames or seconds).
b
{Number} Starting value.
c
{Number} Change needed in value.
d
{Number} Expected easing duration (in frames or seconds).
p_params Optional
{Object}
Returns:
{Number} The correct value.

<inner> {Number} easeOutCubic(t, b, c, d, p_params)
Easing equation function for a cubic (t^3) easing out: decelerating from zero velocity.
Parameters:
t
{Number} Current time (in frames or seconds).
b
{Number} Starting value.
c
{Number} Change needed in value.
d
{Number} Expected easing duration (in frames or seconds).
p_params Optional
{Object}
Returns:
{Number} The correct value.

<inner> {Number} easeOutElastic(t, b, c, d, p_params)
Easing equation function for an elastic (exponentially decaying sine wave) easing out: decelerating from zero velocity.
Parameters:
t
{Number} Current time (in frames or seconds).
b
{Number} Starting value.
c
{Number} Change needed in value.
d
{Number} Expected easing duration (in frames or seconds).
p_params Optional
{Object}
p_params.amplitude Optional
{Number} Amplitude.
p_params.period Optional
{Number} Period.
Returns:
{Number} The correct value.

<inner> {Number} easeOutExpo(t, b, c, d, p_params)
Easing equation function for an exponential (2^t) easing out: decelerating from zero velocity.
Parameters:
t
{Number} Current time (in frames or seconds).
b
{Number} Starting value.
c
{Number} Change needed in value.
d
{Number} Expected easing duration (in frames or seconds).
p_params Optional
{Object}
Returns:
{Number} The correct value.

<inner> {Number} easeOutInBack(t, b, c, d, p_params)
Easing equation function for a back (overshooting cubic easing: (s+1)*t^3 - s*t^2) easing out/in: deceleration until halfway, then acceleration.
Parameters:
t
{Number} Current time (in frames or seconds).
b
{Number} Starting value.
c
{Number} Change needed in value.
d
{Number} Expected easing duration (in frames or seconds).
p_params Optional
{Object}
p_params.overshoot Optional
{Number} Overshoot ammount: higher s means greater overshoot (0 produces cubic easing with no overshoot, and the default value of 1.70158 produces an overshoot of 10 percent).
Returns:
{Number} The correct value.

<inner> {Number} easeOutInBounce(t, b, c, d, p_params)
Easing equation function for a bounce (exponentially decaying parabolic bounce) easing out/in: deceleration until halfway, then acceleration.
Parameters:
t
{Number} Current time (in frames or seconds).
b
{Number} Starting value.
c
{Number} Change needed in value.
d
{Number} Expected easing duration (in frames or seconds).
p_params Optional
{Object}
Returns:
{Number} The correct value.

<inner> {Number} easeOutInCirc(t, b, c, d, p_params)
Easing equation function for a circular (sqrt(1-t^2)) easing out/in: deceleration until halfway, then acceleration.
Parameters:
t
{Number} Current time (in frames or seconds).
b
{Number} Starting value.
c
{Number} Change needed in value.
d
{Number} Expected easing duration (in frames or seconds).
p_params Optional
{Object}
Returns:
{Number} The correct value.

<inner> {Number} easeOutInCubic(t, b, c, d, p_params)
Easing equation function for a cubic (t^3) easing out/in: deceleration until halfway, then acceleration.
Parameters:
t
{Number} Current time (in frames or seconds).
b
{Number} Starting value.
c
{Number} Change needed in value.
d
{Number} Expected easing duration (in frames or seconds).
p_params Optional
{Object}
Returns:
{Number} The correct value.

<inner> {Number} easeOutInElastic(t, b, c, d, p_params)
Easing equation function for an elastic (exponentially decaying sine wave) easing out/in: deceleration until halfway, then acceleration.
Parameters:
t
{Number} Current time (in frames or seconds).
b
{Number} Starting value.
c
{Number} Change needed in value.
d
{Number} Expected easing duration (in frames or seconds).
p_params Optional
{Object}
p_params.amplitude Optional
{Number} Amplitude.
p_params.period Optional
{Number} Period.
Returns:
{Number} The correct value.

<inner> {Number} easeOutInExpo(t, b, c, d, p_params)
Easing equation function for an exponential (2^t) easing out/in: deceleration until halfway, then acceleration.
Parameters:
t
{Number} Current time (in frames or seconds).
b
{Number} Starting value.
c
{Number} Change needed in value.
d
{Number} Expected easing duration (in frames or seconds).
p_params Optional
{Object}
Returns:
{Number} The correct value.

<inner> {Number} easeOutInQuad(t, b, c, d, p_params)
Easing equation function for a quadratic (t^2) easing out/in: deceleration until halfway, then acceleration.
Parameters:
t
{Number} Current time (in frames or seconds).
b
{Number} Starting value.
c
{Number} Change needed in value.
d
{Number} Expected easing duration (in frames or seconds).
p_params Optional
{Object}
Returns:
{Number} The correct value.

<inner> {Number} easeOutInQuart(t, b, c, d, p_params)
Easing equation function for a quartic (t^4) easing out/in: deceleration until halfway, then acceleration.
Parameters:
t
{Number} Current time (in frames or seconds).
b
{Number} Starting value.
c
{Number} Change needed in value.
d
{Number} Expected easing duration (in frames or seconds).
p_params Optional
{Object}
Returns:
{Number} The correct value.

<inner> {Number} easeOutInQuint(t, b, c, d, p_params)
Easing equation function for a quintic (t^5) easing out/in: deceleration until halfway, then acceleration.
Parameters:
t
{Number} Current time (in frames or seconds).
b
{Number} Starting value.
c
{Number} Change needed in value.
d
{Number} Expected easing duration (in frames or seconds).
p_params Optional
{Object}
Returns:
{Number} The correct value.

<inner> {Number} easeOutInSine(t, b, c, d, p_params)
Easing equation function for a sinusoidal (sin(t)) easing out/in: deceleration until halfway, then acceleration.
Parameters:
t
{Number} Current time (in frames or seconds).
b
{Number} Starting value.
c
{Number} Change needed in value.
d
{Number} Expected easing duration (in frames or seconds).
p_params Optional
{Object}
Returns:
{Number} The correct value.

<inner> {Number} easeOutQuad(t, b, c, d, p_params)
Easing equation function for a quadratic (t^2) easing out: decelerating to zero velocity.
Parameters:
t
{Number} Current time (in frames or seconds).
b
{Number} Starting value.
c
{Number} Change needed in value.
d
{Number} Expected easing duration (in frames or seconds).
p_params Optional
{Object}
Returns:
{Number} The correct value.

<inner> {Number} easeOutQuart(t, b, c, d, p_params)
Easing equation function for a quartic (t^4) easing out: decelerating from zero velocity.
Parameters:
t
{Number} Current time (in frames or seconds).
b
{Number} Starting value.
c
{Number} Change needed in value.
d
{Number} Expected easing duration (in frames or seconds).
p_params Optional
{Object}
Returns:
{Number} The correct value.

<inner> {Number} easeOutQuint(t, b, c, d, p_params)
Easing equation function for a quintic (t^5) easing out: decelerating from zero velocity.
Parameters:
t
{Number} Current time (in frames or seconds).
b
{Number} Starting value.
c
{Number} Change needed in value.
d
{Number} Expected easing duration (in frames or seconds).
p_params Optional
{Object}
Returns:
{Number} The correct value.

<inner> {Number} easeOutSine(t, b, c, d, p_params)
Easing equation function for a sinusoidal (sin(t)) easing out: decelerating from zero velocity.
Parameters:
t
{Number} Current time (in frames or seconds).
b
{Number} Starting value.
c
{Number} Change needed in value.
d
{Number} Expected easing duration (in frames or seconds).
p_params Optional
{Object}
Returns:
{Number} The correct value.

Documentation generated by JsDoc Toolkit 2.4.0 on Wed Jul 11 2012 11:29:22 GMT+0900 (JST)