Packagecom.greensock.easing
Classpublic final class Bounce
InheritanceBounce Inheritance Object

Eases, bouncing either at the beginning (easeIn), the end (easeOut), or both (easeInOut). Bounce is a convenience class that congregates the 3 types of Bounce eases (BounceIn, BounceOut, and BounceInOut) as static properties so that they can be referenced using the standard synatax, like Bounce.easeIn, Bounce.easeOut, and Bounce.easeInOut.

Copyright 2013, GreenSock. All rights reserved. This work is subject to the terms in http://www.greensock.com/terms_of_use.html or for Club GreenSock members, the software agreement that was issued with the membership.



Public Properties
 PropertyDefined By
  easeIn : BounceIn
[static] Bounces slightly at first, then to a greater degree over time, accelerating as the ease progresses.
Bounce
  easeInOut : BounceInOut
[static] Bounces in increasing degree towards the center of the ease, then eases out, bouncing to the end (decreasing in degree at the end).
Bounce
  easeOut : BounceOut
[static] Eases out, bouncing at the end.
Bounce
Property Detail
easeInproperty
public static var easeIn:BounceIn

Bounces slightly at first, then to a greater degree over time, accelerating as the ease progresses.

easeInOutproperty 
public static var easeInOut:BounceInOut

Bounces in increasing degree towards the center of the ease, then eases out, bouncing to the end (decreasing in degree at the end).

easeOutproperty 
public static var easeOut:BounceOut

Eases out, bouncing at the end.