Packagecom.greensock.easing
Classpublic final class Circ
InheritanceCirc Inheritance Object

Eases with an abrupt change in velocity either at the beginning (easeIn), the end (easeOut), or both (easeInOut). Circ is a convenience class that congregates the 3 types of Circ eases (CircIn, CircOut, and CircInOut) as static properties so that they can be referenced using the standard synatax, like Circ.easeIn, Circ.easeOut, and Circ.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 : CircIn
[static] Eases in with an abrupt change in velocity.
Circ
  easeInOut : CircInOut
[static] Eases in and out with an abrupt change in velocity.
Circ
  easeOut : CircOut
[static] Eases out with an abrupt change in velocity.
Circ
Property Detail
easeInproperty
public static var easeIn:CircIn

Eases in with an abrupt change in velocity.

easeInOutproperty 
public static var easeInOut:CircInOut

Eases in and out with an abrupt change in velocity.

easeOutproperty 
public static var easeOut:CircOut

Eases out with an abrupt change in velocity.