Jump to content
GreenSock

Bounce

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.easeInBounce.easeOut, and Bounce.easeInOut.

Properties

easeIn : BounceIn

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

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).

easeOut : BounceOut

[static] Eases out, bouncing at the end.

Copyright 2017, GreenSock. All rights reserved. This work is subject to theterms of useor for Club GreenSock members, the software agreement that was issued with the membership.
×