cpr.controls.CSSTransformContext
CSS transform property editing context.
Index
Methods
Specifies the depth of perspective.
name |
type |
description |
perspective
|
String |
Perspective depth. If the unit is omitted, it is treated as px. |
Initialize the transform.
name |
type |
description |
forceoptional
|
Boolean |
defaultfalse
|
If this value is true, the transform property given by the stylesheet is ignored and forced to "none". |
Rotate around the x-axis.
name |
type |
description |
value
|
String |
Rotation value. When number is passed, it is processed in deg unit. |
Rotate around the y-axis.
name |
type |
description |
value
|
String |
Rotation value. When number is passed, it is processed in deg unit. |
Rotation around the z axis.
name |
type |
description |
value
|
String |
Rotation value. When number is passed, it is processed in deg unit. |
Enlarge the axial space.
name |
type |
description |
x
|
String |
Magnification of the x-axis. |
y
|
String |
Magnification of the y-axis. |
zoptional
|
String |
Magnification of the z-axis. |
Move the axis.
name |
type |
description |
x
|
String |
X-axis travel. When number is passed, it is processed in px. |
y
|
String |
y-axis travel. When number is passed, it is processed in px. |
zoptional
|
String |
Z-axis travel. When number is passed, it is processed in px. |