public final class AnimatedProperties extends Object
Modifier and Type | Field and Description |
---|---|
static AnimatedProperty[] |
ALL_PROPERTIES |
static AnimatedProperty |
ALPHA
The transparency of a mount content.
|
static AnimatedProperty |
HEIGHT
The height 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 x-scale of a mount content.
|
static AnimatedProperty |
SCALE_Y
The y-scale 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
public static final AnimatedProperty SCALE_X
public static final AnimatedProperty SCALE_Y
public static final AnimatedProperty[] ALL_PROPERTIES