public class LottieInterpolatedFloatValue extends LottieValueCallback<T>
value| Constructor and Description |
|---|
LottieInterpolatedFloatValue(java.lang.Float startValue,
java.lang.Float endValue) |
LottieInterpolatedFloatValue(java.lang.Float startValue,
java.lang.Float endValue,
android.view.animation.Interpolator interpolator) |
| Modifier and Type | Method and Description |
|---|---|
T |
getValue(LottieFrameInfo<T> frameInfo)
Override this if you haven't set a static value in the constructor or with setValue.
|
getValueInternal, setAnimation, setValuepublic LottieInterpolatedFloatValue(java.lang.Float startValue,
java.lang.Float endValue)
public LottieInterpolatedFloatValue(java.lang.Float startValue,
java.lang.Float endValue,
android.view.animation.Interpolator interpolator)
public T getValue(LottieFrameInfo<T> frameInfo)
LottieValueCallbackgetValue in class LottieValueCallback<T>