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

scaleZ

Description

The scaleZ function for CSS specifies a 3D scale operation using the [1,1,sz] scaling vector, where sz is given as the parameter.

Syntax

CSS

scaleZ()

Values

<scaleZ()> =
    scaleZ(
        [ <number> | <percentage> ]
    )
<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.

<percentage>

Specifies the percentage using a number followed by a percent sign (%).

Examples

1 · number

2 · percentage

3 · JS