public class LottieStaticValue<T> extends LottieValueCallback<T>
| Constructor and Description |
|---|
LottieStaticValue(T value) |
| Modifier and Type | Method and Description |
|---|---|
T |
getValue(float startFrame,
float endFrame,
T startValue,
T endValue,
float linearKeyframeProgress,
float interpolatedKeyframeProgress,
float overallProgress) |
getValueInternal, setAnimation, setValuepublic LottieStaticValue(T value)