Package | com.greensock.easing |
Class | public final class Bounce |
Inheritance | Bounce Object |
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 2012, 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.
Property | Defined 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 |
easeIn | property |
public static var easeIn:BounceIn
Bounces slightly at first, then to a greater degree over time, accelerating as the ease progresses.
easeInOut | property |
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).
easeOut | property |
public static var easeOut:BounceOut
Eases out, bouncing at the end.