-
public class ShapeKeyframeAnimation extends BaseKeyframeAnimation<ShapeData, Path>
-
-
Field Summary
Fields Modifier and Type Field Description private List<ShapeModifierContent>shapeModifiers
-
Constructor Summary
Constructors Constructor Description ShapeKeyframeAnimation(List<Keyframe<ShapeData>> keyframes)
-
Method Summary
Modifier and Type Method Description voidsetShapeModifiers(@Nullable() List<ShapeModifierContent> shapeModifiers)PathgetValue(Keyframe<ShapeData> keyframe, float keyframeProgress)keyframeProgress will be [0, 1] unless the interpolator has overshoot in which case, thisshould be able to handle values outside of that range. -
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
-
-
Method Detail
-
setShapeModifiers
void setShapeModifiers(@Nullable() List<ShapeModifierContent> shapeModifiers)
-
-
-
-