-
- All Implemented Interfaces:
-
com.airbnb.lottie.model.animatable.AnimatableValue
public class AnimatableGradientColorValue extends BaseAnimatableValue<GradientColor, GradientColor>
-
-
Constructor Summary
Constructors Constructor Description AnimatableGradientColorValue(List<Keyframe<GradientColor>> keyframes)
-
Method Summary
Modifier and Type Method Description BaseKeyframeAnimation<GradientColor, GradientColor>createAnimation()-
Methods inherited from class com.airbnb.lottie.model.animatable.BaseAnimatableValue
getKeyframes, isStatic, toString -
Methods inherited from class com.airbnb.lottie.model.animatable.AnimatableValue
createAnimation, getKeyframes -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
AnimatableGradientColorValue
AnimatableGradientColorValue(List<Keyframe<GradientColor>> keyframes)
-
-
Method Detail
-
createAnimation
BaseKeyframeAnimation<GradientColor, GradientColor> createAnimation()
-
-
-
-