Class MaskKeyframeAnimation
- java.lang.Object
-
- com.airbnb.lottie.animation.keyframe.MaskKeyframeAnimation
-
public class MaskKeyframeAnimation extends Object
-
-
Constructor Summary
Constructors Constructor Description MaskKeyframeAnimation(List<Mask> masks)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<BaseKeyframeAnimation<ShapeData,Path>>getMaskAnimations()List<Mask>getMasks()List<BaseKeyframeAnimation<Integer,Integer>>getOpacityAnimations()
-
-
-
Method Detail
-
getMaskAnimations
public List<BaseKeyframeAnimation<ShapeData,Path>> getMaskAnimations()
-
getOpacityAnimations
public List<BaseKeyframeAnimation<Integer,Integer>> getOpacityAnimations()
-
-