android.view.animation.AccelerateInterpolator
An interpolator where the rate of change starts out slowly and
and then accelerates.
Summary
Public Constructors
Public Methods
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait
Details
Public Constructors
public
AccelerateInterpolator()
public
AccelerateInterpolator(float factor)
Constructor
Parameters
factor
| Degree to which the animation should be eased. Seting
factor to 1.0f produces a y=x^2 parabola. Increasing factor above
1.0f exaggerates the ease-in effect (i.e., it starts even
slower and ends evens faster)
|
Public Methods
public
float
getInterpolation(float input)
Maps a point on the timeline to a multiplier to be applied to the
transformations of an animation.