public final class AnimatedProperties extends Object
Modifier and Type | Field and Description |
---|---|
static AnimatedProperty |
ALPHA
The transparency of a mount content, where 0 is fully invisible and 1 is fully opaque.
|
static AnimatedProperty[] |
AUTO_LAYOUT_PROPERTIES |
static AnimatedProperty |
HEIGHT
The height of a mount content.
|
static AnimatedProperty |
ROTATION
The rotated degree around the pivot point of a mount content.
|
static AnimatedProperty |
SCALE
The scale of a mount content: treats both X- and Y-scales as one.
|
static AnimatedProperty |
SCALE_X
The width scale factor of a mount content.
|
static AnimatedProperty |
SCALE_Y
The height scale factor of a mount content.
|
static AnimatedProperty |
WIDTH
The width of a mount content.
|
static AnimatedProperty |
X
The absolute X-position of a mount content, relative to the
LithoView that is rendering this component tree. |
static AnimatedProperty |
Y
The absolute Y-position of a mount content, relative to the
LithoView that is rendering this component tree. |
public static final AnimatedProperty X
LithoView
that is rendering this component tree.public static final AnimatedProperty Y
LithoView
that is rendering this component tree.public static final AnimatedProperty WIDTH
public static final AnimatedProperty HEIGHT
public static final AnimatedProperty ALPHA
public static final AnimatedProperty SCALE
The unit for scale is a percentage of the canonical dimensions of this content, with 1 = original size (e.g. .5 = half the width/height, 2 = double the width/height).
public static final AnimatedProperty SCALE_X
The unit for scale is a percentage of the canonical width of this content, with 1 = original width (e.g. .5 = half the width, 2 = double the width).
public static final AnimatedProperty SCALE_Y
The unit for scale is a percentage of the canonical height of this content, with 1 = original height (e.g. .5 = half the height, 2 = double the height).
public static final AnimatedProperty ROTATION
public static final AnimatedProperty[] AUTO_LAYOUT_PROPERTIES