HomeMenu
Jesus · Bible · HTML · CSS · JS · PHP · SVG · Applications

matrix3d

Description

The matrix3d function for CSS specifies a 3D transformation as a 4x4 homogeneous matrix of 16 values in column-major order.

Syntax

CSS

matrix3d()

Values

<matrix3d()> =
    matrix3d(
        <number>#{16}
    )
<number>

An integer or zero or more decimal digits followed by a dot (.) followed by one or more decimal digits. The first character may be preceded by a sign (- or +). The last character may be succeeded by an exponent (e or E) and an integer.

Examples

1 · number

2 · JS