-
public class FloatKeyframeAnimation extends KeyframeAnimation<Float>
-
-
Constructor Summary
Constructors Constructor Description FloatKeyframeAnimation(List<Keyframe<Float>> keyframes)
-
Method Summary
Modifier and Type Method Description floatgetFloatValue()Optimization to avoid autoboxing. -
Methods inherited from class com.airbnb.lottie.animation.keyframe.BaseKeyframeAnimation
addUpdateListener, getProgress, getValue, hasValueCallback, notifyListeners, setIsDiscrete, setProgress, setValueCallback -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getFloatValue
float getFloatValue()
Optimization to avoid autoboxing.
-
-
-
-