getStyleProperty - quick & dirty CSS property testing
Original by @kangax :heart_eyes: :zap: :star2:. See perfectionkills.com/feature-testing-css-properties/
var transformProp = getStyleProperty('transform');
element.style[ transformProp ] = 'translate( 12px, 34px )';
var supportsTranforms = !!transformProp;
Install
Bower :bird:: bower install get-style-property
npm: npm install desandro-get-style-property
Component: component install desandro/get-style-property
MIT License
getStyleProperty is released under the MIT License.