public class AnimatableTransform extends java.lang.Object implements ModifierContent, ContentModel
| Modifier and Type | Class and Description |
|---|---|
static class |
AnimatableTransform.Factory |
| 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 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