-
public class TextKeyframeAnimation extends KeyframeAnimation<DocumentData>
-
-
Constructor Summary
Constructors Constructor Description TextKeyframeAnimation(List<Keyframe<DocumentData>> keyframes)
-
Method Summary
Modifier and Type Method Description voidsetStringValueCallback(LottieValueCallback<String> valueCallback)-
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
-
TextKeyframeAnimation
TextKeyframeAnimation(List<Keyframe<DocumentData>> keyframes)
-
-
Method Detail
-
setStringValueCallback
void setStringValueCallback(LottieValueCallback<String> valueCallback)
-
-
-
-