CSS perspective-origin Property Reference

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

CSS perspective-origin Property Reference

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

Updated 2026-08-12

perspective-origin overview

The CSS perspective-origin 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

perspective-origin formal syntax
FieldValue
Formal syntax<position>
Initial value50% 50%
Applies totransformableElements
InheritedNo
PercentagesreferToSizeOfBoundingBox
Computed valueforLengthAbsoluteValueOtherwisePercentage
Animation typesimpleListOfLpc
Mediavisual
Specification groupCSS Transforms
StatusStandard

Practical examples

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

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

Description

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

References

  1. MDN: perspective-origin
  2. MDN: CSS Properties Reference

Similar or alternative tools

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