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

translateZ

Description

The translateZ function for CSS specifies a 3D translation by the vector [0,0,tz] with the given amount in the z direction.

Syntax

CSS

translateZ()

Values

<translateZ()> =
    translateZ(
        <length>
    )
<length>

Specifies the length using a number followed by a unit of measurement.

Examples

1 · length

2 · JS