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