| Package | com.greensock.easing |
| Class | public final class Circ |
| Inheritance | Circ Object |
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 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 : 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 | ||
| easeIn | property |
public static var easeIn:CircInEases in with an abrupt change in velocity.
| easeInOut | property |
public static var easeInOut:CircInOutEases in and out with an abrupt change in velocity.
| easeOut | property |
public static var easeOut:CircOutEases out with an abrupt change in velocity.