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