Jump to content
GreenSock

Sine

Eases with a relatively low power either at the beginning (easeIn), the end (easeOut), or both (easeInOut). Sine is a convenience class that congregates the 3 types of Sine eases (SineIn, SineOut, and SineInOut) as static properties so that they can be referenced using the standard synatax, like Sine.easeInSine.easeOut, and Sine.easeInOut.

Properties

easeIn : Ease

[static] Eases in with slight acceleration.

easeInOut : Ease

[static] Eases in and then out with slight acceleration/deceleration.

easeOut : Ease

[static] Eases out with slight deceleration.

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