-
- All Implemented Interfaces:
-
com.airbnb.lottie.animation.content.Content,com.airbnb.lottie.animation.keyframe.BaseKeyframeAnimation.AnimationListener
public class TrimPathContent implements Content, BaseKeyframeAnimation.AnimationListener
-
-
Constructor Summary
Constructors Constructor Description TrimPathContent(BaseLayer layer, ShapeTrimPath trimPath)
-
Method Summary
Modifier and Type Method Description StringgetName()voidonValueChanged()voidsetContents(List<Content> contentsBefore, List<Content> contentsAfter)BaseKeyframeAnimation<out Object, Float>getStart()BaseKeyframeAnimation<out Object, Float>getEnd()BaseKeyframeAnimation<out Object, Float>getOffset()booleanisHidden()-
-
Constructor Detail
-
TrimPathContent
TrimPathContent(BaseLayer layer, ShapeTrimPath trimPath)
-
-
Method Detail
-
onValueChanged
void onValueChanged()
-
setContents
void setContents(List<Content> contentsBefore, List<Content> contentsAfter)
-
getStart
BaseKeyframeAnimation<out Object, Float> getStart()
-
getEnd
BaseKeyframeAnimation<out Object, Float> getEnd()
-
getOffset
BaseKeyframeAnimation<out Object, Float> getOffset()
-
isHidden
boolean isHidden()
-
-
-
-