Package | Description |
---|---|
extfx.animation |
Contains additional animation classes such as interpolators.
|
Modifier and Type | Class and Description |
---|---|
class |
BackInterpolator
An interpolator which is also known as the "bow" function.
|
class |
BounceInterpolator
This interpolator simulates a bouncing behavior.
|
class |
CircularInterpolator
A circular interpolator.
|
class |
CubicInterpolator
A cubic interpolator, simply defined by
f(x) = x3 . |
class |
ElasticInterpolator
This interpolator simulates an elastic behavior.
|
class |
ExponentialInterpolator
An exponential interpolator.
|
class |
QuadraticInterpolator
A quadratic interpolator, simply defined by
f(x) = x2 . |
class |
QuarticInterpolator
A quadratic interpolator, simply defined by
f(x) = x4 . |
class |
QuinticInterpolator
A cubic interpolator, simply defined by
f(x) = x5 . |
class |
SineInterpolator
A sinus based interpolator.
|
Copyright © 2013 ExtFX. All Rights Reserved.