-
public class ValueCallbackKeyframeAnimation<K, A> extends BaseKeyframeAnimation<K, A>
-
-
Constructor Summary
Constructors Constructor Description ValueCallbackKeyframeAnimation(LottieValueCallback<A> valueCallback)ValueCallbackKeyframeAnimation(LottieValueCallback<A> valueCallback, A valueCallbackValue)
-
Method Summary
Modifier and Type Method Description voidsetProgress(floatĀ progress)voidnotifyListeners()AgetValue()-
Methods inherited from class com.airbnb.lottie.animation.keyframe.BaseKeyframeAnimation
addUpdateListener, getProgress, hasValueCallback, setIsDiscrete, setProgress, setValueCallback -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
ValueCallbackKeyframeAnimation
ValueCallbackKeyframeAnimation(LottieValueCallback<A> valueCallback)
-
ValueCallbackKeyframeAnimation
ValueCallbackKeyframeAnimation(LottieValueCallback<A> valueCallback, A valueCallbackValue)
-
-
Method Detail
-
setProgress
void setProgress(floatĀ progress)
-
notifyListeners
void notifyListeners()
-
-
-
-