Sha256: ad204fd91c6d71a452c8e1fcd536eee6e52839cf76fbd91d0e4b9650efb49d77
Contents?: true
Size: 296 Bytes
Versions: 6
Compression:
Stored size: 296 Bytes
Contents
'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 };
Version data entries
6 entries across 5 versions & 4 rubygems