blob: 7258af3ec2cf7606c4c7f125e0e7a6da3dc9b5d8 [file] [log] [blame]
'use strict';
module.exports.definition = {
set: function (v) {
this._setProperty('-webkit-transform-style', v);
},
get: function () {
return this.getPropertyValue('-webkit-transform-style');
},
enumerable: true,
configurable: true
};