public class ShapeKeyframeAnimation extends BaseKeyframeAnimation<ShapeData,android.graphics.Path>
BaseKeyframeAnimation.AnimationListener| Constructor and Description |
|---|
ShapeKeyframeAnimation(java.util.List<Keyframe<ShapeData>> keyframes) |
| Modifier and Type | Method and Description |
|---|---|
android.graphics.Path |
getValue(Keyframe<ShapeData> keyframe,
float keyframeProgress)
keyframeProgress will be [0, 1] unless the interpolator has overshoot in which case, this
should be able to handle values outside of that range.
|
addUpdateListener, getProgress, getValue, setIsDiscrete, setProgresspublic android.graphics.Path getValue(Keyframe<ShapeData> keyframe, float keyframeProgress)
BaseKeyframeAnimation