react-vendor-prefixes
v0.0.2
Published
Vendor prefixing for inline styles, forked from cgarvis/react-vendor-prefix
Downloads
451
Maintainers
Readme
React Vendor Prefixes
Forked from cgarvis/react-vendor-prefix due to lack of maintenance
Usage
var VendorPrefix = require('react-vendor-prefix');
module.exports = VendorPrefix.prefix({
container: {
animationDuration: '3s',
animationName: 'slidein',
}
});