public class AnimatableTransform extends java.lang.Object implements ModifierContent, ContentModel
| Constructor and Description |
|---|
AnimatableTransform() |
AnimatableTransform(AnimatablePathValue anchorPoint,
AnimatableValue<android.graphics.PointF,android.graphics.PointF> position,
AnimatableScaleValue scale,
AnimatableFloatValue rotation,
AnimatableIntegerValue opacity,
AnimatableFloatValue startOpacity,
AnimatableFloatValue endOpacity) |
| Modifier and Type | Method and Description |
|---|---|
TransformKeyframeAnimation |
createAnimation() |
AnimatablePathValue |
getAnchorPoint() |
AnimatableFloatValue |
getEndOpacity() |
AnimatableIntegerValue |
getOpacity() |
AnimatableValue<android.graphics.PointF,android.graphics.PointF> |
getPosition() |
AnimatableFloatValue |
getRotation() |
AnimatableScaleValue |
getScale() |
AnimatableFloatValue |
getStartOpacity() |
Content |
toContent(LottieDrawable drawable,
BaseLayer layer) |
public AnimatableTransform()
public AnimatableTransform(AnimatablePathValue anchorPoint, AnimatableValue<android.graphics.PointF,android.graphics.PointF> position, AnimatableScaleValue scale, AnimatableFloatValue rotation, AnimatableIntegerValue opacity, AnimatableFloatValue startOpacity, AnimatableFloatValue endOpacity)
public AnimatablePathValue getAnchorPoint()
public AnimatableValue<android.graphics.PointF,android.graphics.PointF> getPosition()
public AnimatableScaleValue getScale()
public AnimatableFloatValue getRotation()
public AnimatableIntegerValue getOpacity()
public AnimatableFloatValue getStartOpacity()
public AnimatableFloatValue getEndOpacity()
public TransformKeyframeAnimation createAnimation()
public Content toContent(LottieDrawable drawable, BaseLayer layer)
toContent in interface ContentModel