Package 

Class LottieInterpolatedFloatValue

    • 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)
      • LottieInterpolatedFloatValue

        LottieInterpolatedFloatValue(Float startValue, Float endValue, Interpolator interpolator)