css.properties

interpolate-size

The interpolate-size property specifies how to interpolate size values.

Experimental โ€” This feature is experimental and may change

Formal Syntax

numeric-only | allow-keywords

See specification

JavaScript Access

// Access via element.style
element.style.interpolateSize = 'numeric-only';

Browser Support

experimental, standard | MDN ยท Spec

FeatureChromeFirefoxSafariEdge
interpolate-size129โ€”โ€”129
allow-keywords129โ€”โ€”129
numeric-only129โ€”โ€”129

Related Properties