Class ColorKeyframeAnimation
- java.lang.Object
-
- com.airbnb.lottie.animation.keyframe.BaseKeyframeAnimation<T,T>
-
- com.airbnb.lottie.animation.keyframe.ColorKeyframeAnimation
-
public class ColorKeyframeAnimation extends BaseKeyframeAnimation<T,T>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.airbnb.lottie.animation.keyframe.BaseKeyframeAnimation
BaseKeyframeAnimation.AnimationListener
-
-
Field Summary
-
Fields inherited from class com.airbnb.lottie.animation.keyframe.BaseKeyframeAnimation
progress, valueCallback
-
-
Constructor Summary
Constructors Constructor Description ColorKeyframeAnimation(List<Keyframe<Integer>> keyframes)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetIntValue()Optimization to avoid autoboxing.intgetIntValue(Keyframe<Integer> keyframe, float keyframeProgress)Optimization to avoid autoboxing.-
Methods inherited from class com.airbnb.lottie.animation.keyframe.BaseKeyframeAnimation
addUpdateListener, getCurrentKeyframe, getInterpolatedCurrentKeyframeProgress, getProgress, getValue, getValue, notifyListeners, setIsDiscrete, setProgress, setValueCallback
-
-