public class LottieStaticValueCallback<T> extends java.lang.Object implements LottieValueCallback<T>
| Constructor and Description |
|---|
LottieStaticValueCallback(T value) |
| Modifier and Type | Method and Description |
|---|---|
T |
getValue(float startFrame,
float endFrame,
T startValue,
T endValue,
float linearKeyframeProgress,
float interpolatedKeyframeProgress,
float overallProgress) |
public LottieStaticValueCallback(T value)