UNPKG

e-lado

Version:

[![CircleCI](https://circleci.com/gh/sharetribe/sharetribe/tree/master.svg?style=svg)](https://circleci.com/gh/sharetribe/sharetribe/tree/master) [![Dependency Status](https://gemnasium.com/sharetribe/sharetribe.png)](https://gemnasium.com/sharetribe/shar

13 lines (11 loc) 296 B
'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 };