css.properties

perspective-origin

The perspective-origin property specifies the origin point of the perspective.

Formal Syntax

perspective-origin = <position> <position> = <position-one> | <position-two> | <position-four>

See specification

JavaScript Access

// Access via element.style element.style.perspectiveOrigin = "50% 50%";

Browser Support

standard | MDN ยท Spec

FeatureChromeFirefoxSafariEdge
perspective-origin3616912
bottom1210412
center1210412
left1210412
right1210412
top1210412

Related Properties