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,
AnimatableFloatValue skew,
AnimatableFloatValue skewAngle) |
| 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 |
getSkew() |
AnimatableFloatValue |
getSkewAngle() |
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, AnimatableFloatValue skew, AnimatableFloatValue skewAngle)
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 AnimatableFloatValue getSkew()
public AnimatableFloatValue getSkewAngle()
public TransformKeyframeAnimation createAnimation()
public Content toContent(LottieDrawable drawable, BaseLayer layer)
toContent in interface ContentModel