public class ScaleKeyframeAnimation extends BaseKeyframeAnimation<T,T>
BaseKeyframeAnimation.AnimationListenervalueCallback| Constructor and Description |
|---|
ScaleKeyframeAnimation(java.util.List<Keyframe<ScaleXY>> keyframes) |
| Modifier and Type | Method and Description |
|---|---|
ScaleXY |
getValue(Keyframe<ScaleXY> 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, getCurrentKeyframe, getInterpolatedCurrentKeyframeProgress, getProgress, getValue, notifyListeners, setIsDiscrete, setProgress, setValueCallbackpublic ScaleXY getValue(Keyframe<ScaleXY> keyframe, float keyframeProgress)
BaseKeyframeAnimation