Back to Content

CSSScale: z property

files/en-us/web/api/cssscale/z/index.md

latest581 B
Original Source

{{APIRef("CSS Typed OM")}}

The z property of the {{domxref("CSSScale")}} interface representing the z-component of the translating vector. A positive value moves the element towards the viewer, and a negative value farther away.

If this value is present then the transform is a 3D transform and the is2D property will be set to false.

Value

A {{domxref("CSSNumericValue")}}. Can be set to a number, which is wrapped in a {{domxref("CSSUnitValue")}} of unit: "number".

Examples

To Do

Specifications

{{Specifications}}

Browser compatibility

{{Compat}}