CSS translate Property Reference

The CSS translate property is a standard property in CSS Transforms. Review its formal syntax, computed behavior, and practical declarations.

CSS translate Property Reference

The CSS translate property is a standard property in CSS Transforms. Review its formal syntax, computed behavior, and practical declarations.

Updated 2026-08-12

translate overview

The CSS translate property is a standard property in CSS Transforms. Review its formal syntax, computed behavior, and practical declarations.

The property is not inherited by default. Use an explicit global keyword when inheritance is intended.

Syntax and formal definition

translate formal syntax
FieldValue
Formal syntaxnone | <length-percentage> [ <length-percentage> <length>? ]?
Initial valuenone
Applies totransformableElements
InheritedNo
PercentagesreferToSizeOfBoundingBox
Computed valueasSpecifiedRelativeToAbsoluteLengths
Animation typetransform
Mediavisual
Specification groupCSS Transforms
StatusStandard

Practical examples

These declarations demonstrate valid ways to set translate. The initial and inherit global keywords remain available even when a property-specific value is preferable.

translate live example
CSS .reset-example { translate: initial; } .inherit-example { translate: inherit; } @supports (translate: initial) { .supported { translate: initial; } }

Description

The CSS translate property is a standard property in CSS Transforms. Review its formal syntax, computed behavior, and practical declarations.

References

  1. MDN: translate
  2. MDN: CSS Properties Reference

Similar or alternative tools

Don't forget to set a bookmark for tool.io!
Privacy | Imprint | Cookies