CSS -ms-scroll-translation Property Reference

The CSS -ms-scroll-translation property is a nonstandard property in Microsoft Extensions. Review its formal syntax, computed behavior, and practical declarations.

CSS -ms-scroll-translation Property Reference

The CSS -ms-scroll-translation property is a nonstandard property in Microsoft Extensions. Review its formal syntax, computed behavior, and practical declarations.

Updated 2026-08-12

-ms-scroll-translation overview

The CSS -ms-scroll-translation property is a nonstandard property in Microsoft Extensions. Review its formal syntax, computed behavior, and practical declarations.

The computed value normally inherits from the parent element when no declaration wins the cascade.

Syntax and formal definition

-ms-scroll-translation formal syntax
FieldValue
Formal syntaxnone | vertical-to-horizontal
Initial valuenone
Applies toallElements
InheritedYes
Percentagesno
Computed valueasSpecified
Animation typediscrete
Mediainteractive
Specification groupMicrosoft Extensions
StatusNonstandard

Practical examples

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

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

Description

The CSS -ms-scroll-translation property is a nonstandard property in Microsoft Extensions. Review its formal syntax, computed behavior, and practical declarations.

References

  1. MDN: -ms-scroll-translation
  2. MDN: CSS Properties Reference

Similar or alternative tools

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