Packagecom.greensock.easing
Classpublic final class QuartIn
InheritanceQuartIn Inheritance Ease

Eases in with a power of 3.

Copyright 2012, GreenSock. All rights reserved. This work is subject to the terms in http://www.greensock.com/terms_of_use.html or for corporate Club GreenSock members, the software agreement that was issued with the corporate membership.



Public Properties
 PropertyDefined by
  ease : QuartIn
[static] The default ease instance which can be reused many times in various tweens in order to conserve memory and improve performance slightly compared to creating a new instance each time.
QuartIn
Public Methods
 MethodDefined by
  
Constructor
QuartIn
 Inherited
getRatio(p:Number):Number
Translates the tween's progress ratio into the corresponding ease ratio.
Ease
Property detail
easeproperty
public static var ease:QuartIn

The default ease instance which can be reused many times in various tweens in order to conserve memory and improve performance slightly compared to creating a new instance each time.

Constructor detail
QuartIn()constructor
public function QuartIn()

Constructor