Back to Content

CSSRotate: z property

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

latest473 B
Original Source

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

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

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}}