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() |
boolean |
isIdentity() |
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 boolean isIdentity()
public TransformKeyframeAnimation createAnimation()
public Content toContent(LottieDrawable drawable, BaseLayer layer)
toContent in interface ContentModel