public abstract class LottieValueCallback<T>
extends java.lang.Object
KeyPath to modify
its animation values at runtime.
This API is not ready for public use yet.| Constructor and Description |
|---|
LottieValueCallback() |
| Modifier and Type | Method and Description |
|---|---|
abstract T |
getValue(float startFrame,
float endFrame,
T startValue,
T endValue,
float linearKeyframeProgress,
float interpolatedKeyframeProgress,
float overallProgress) |
T |
getValueInternal(float startFrame,
float endFrame,
T startValue,
T endValue,
float linearKeyframeProgress,
float interpolatedKeyframeProgress,
float overallProgress) |
void |
setAnimation(BaseKeyframeAnimation<?,?> animation) |
void |
setValue(T value) |
public abstract T getValue(float startFrame, float endFrame, T startValue, T endValue, float linearKeyframeProgress, float interpolatedKeyframeProgress, float overallProgress)
public void setValue(T value)
public T getValueInternal(float startFrame, float endFrame, T startValue, T endValue, float linearKeyframeProgress, float interpolatedKeyframeProgress, float overallProgress)
public void setAnimation(BaseKeyframeAnimation<?,?> animation)