UNPKG

react-scripts

Version:
13 lines (11 loc) 284 B
'use strict'; module.exports.definition = { set: function (v) { this._setProperty('-webkit-transition-property', v); }, get: function () { return this.getPropertyValue('-webkit-transition-property'); }, enumerable: true, configurable: true };