public class ColorKeyframeAnimation extends KeyframeAnimation<java.lang.Integer>
KeyframeAnimation.AnimationListener<T>| Constructor and Description |
|---|
ColorKeyframeAnimation(long duration,
LottieComposition composition,
java.util.List<java.lang.Float> keyTimes,
java.util.List<java.lang.Integer> values,
java.util.List<android.view.animation.Interpolator> interpolators) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Integer |
getValue() |
addUpdateListener, removeUpdateListener, setIsDiscrete, setProgress, setStartDelaypublic ColorKeyframeAnimation(long duration,
LottieComposition composition,
java.util.List<java.lang.Float> keyTimes,
java.util.List<java.lang.Integer> values,
java.util.List<android.view.animation.Interpolator> interpolators)
public java.lang.Integer getValue()
getValue in class KeyframeAnimation<java.lang.Integer>