-
- All Implemented Interfaces:
-
com.airbnb.lottie.model.animatable.AnimatableValue
public class AnimatableFloatValue extends BaseAnimatableValue<Float, Float>
-
-
Constructor Summary
Constructors Constructor Description AnimatableFloatValue(List<Keyframe<Float>> keyframes)
-
Method Summary
Modifier and Type Method Description FloatKeyframeAnimationcreateAnimation()-
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
-
-
Method Detail
-
createAnimation
FloatKeyframeAnimation createAnimation()
-
-
-
-