Overview
Attribute Summary
name | type | description |
---|---|---|
Public | ||
DISCRETE | Interpolator | |
EASEBOTH | Interpolator | |
EASEIN | Interpolator | |
EASEOUT | Interpolator | |
LINEAR | Interpolator | |
Protected |
Inherited Attributes
Function Summary
- public abstract interpolate(startValue: Object, endValue: Object, fraction: Number, ) : Object
- public static SPLINE(x1: Number, y1: Number, x2: Number, y2: Number, ) : Interpolator