UNPKG

yhtml5-test

Version:

A test framework for front-end projects

13 lines (11 loc) 284 B
'use strict'; module.exports.definition = { set: function (v) { this._setProperty('-webkit-transition-property', v); }, get: function () { return this.getPropertyValue('-webkit-transition-property'); }, enumerable: true, configurable: true };