-
public class GradientColorKeyframeAnimation extends KeyframeAnimation<GradientColor>
-
-
Constructor Summary
Constructors Constructor Description GradientColorKeyframeAnimation(List<Keyframe<GradientColor>> keyframes)
-
Method Summary
Modifier and Type Method Description -
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
-
-
Constructor Detail
-
GradientColorKeyframeAnimation
GradientColorKeyframeAnimation(List<Keyframe<GradientColor>> keyframes)
-
-
-
-