Jump to content
GreenSock

Circ

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.easeInCirc.easeOut, and Circ.easeInOut.

Properties

easeIn : CircIn

[static] Eases in with an abrupt change in velocity.

easeInOut : CircInOut

[static] Eases in and out with an abrupt change in velocity.

easeOut : CircOut

[static] Eases out with an abrupt change in velocity.

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