-
public class LottieInterpolatedFloatValue extends LottieInterpolatedValue<Float>
-
-
Constructor Summary
Constructors Constructor Description LottieInterpolatedFloatValue(Float startValue, Float endValue)LottieInterpolatedFloatValue(Float startValue, Float endValue, Interpolator interpolator)
-
Method Summary
Modifier and Type Method Description -
Methods inherited from class com.airbnb.lottie.value.LottieInterpolatedValue
getValue -
Methods inherited from class com.airbnb.lottie.value.LottieValueCallback
getValueInternal, setAnimation, setValue -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
LottieInterpolatedFloatValue
LottieInterpolatedFloatValue(Float startValue, Float endValue, Interpolator interpolator)
-
-
-
-