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