Files

13 lines
254 B
JavaScript
Raw Permalink Normal View History

2026-04-05 16:14:49 -04:00
'use strict';
module.exports.definition = {
set: function (v) {
this._setProperty('stop-opacity', v);
},
get: function () {
return this.getPropertyValue('stop-opacity');
},
enumerable: true,
configurable: true
};