css.properties

stop-opacity

The stop-opacity property specifies the opacity of an SVG gradient stop.

See specification

JavaScript Access

// Access via element.style
element.style.stopOpacity = 'value';

Browser Support

standard | MDN ยท Spec

FeatureChromeFirefoxSafariEdge
stop-opacity134โ‰ค15

Related Properties