Creating interpolator behaviors
Interpolator class methods
- Methods on Interpolator just set the alpha generator
to use
- The subclasses of Interpolator add methods for
specific types of interpolators
Method |
Interpolator( ) |
void setAlpha( Alpha alpha ) |
- Let's look at simple interpolators first . . . (they are all
pretty much the same)