Packagecom.greensock.easing
Classpublic final class ExpoOut
InheritanceExpoOut Inheritance Ease

Eases out in a strong fashion starting out fast and then decelerating. Produces an effect similar to the popular "Zeno's paradox" style of scripted easing, where each interval of time decreases the remaining distance by a constant proportion.

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 : ExpoOut
[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.
ExpoOut
Public Methods
 MethodDefined by
  
getRatio(p:Number):Number
Translates the tween's progress ratio into the corresponding ease ratio.
ExpoOut
Property detail
easeproperty
public static var ease:ExpoOut

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.

Method detail
getRatio()method
public override function getRatio(p:Number):Number

Translates the tween's progress ratio into the corresponding ease ratio. This is the heart of the Ease, where it does all its work.

Parameters
p:Number — progress ratio (a value between 0 and 1 indicating the progress of the tween/ease)

Returns
Number — translated number