| Package | com.greensock.easing |
| Class | public final class Sine |
| Inheritance | Sine Object |
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.easeIn, Sine.easeOut, and Sine.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 : SineIn [static] Eases in with slight acceleration. | Sine | ||
| easeInOut : SineInOut [static] Eases in and then out with slight acceleration/deceleration. | Sine | ||
| easeOut : SineOut [static] Eases out with slight deceleration. | Sine | ||
| easeIn | property |
public static var easeIn:SineInEases in with slight acceleration.
| easeInOut | property |
public static var easeInOut:SineInOutEases in and then out with slight acceleration/deceleration.
| easeOut | property |
public static var easeOut:SineOutEases out with slight deceleration.