Skip to content
This repository has been archived by the owner on Sep 16, 2022. It is now read-only.

Latest commit

 

History

History
14 lines (11 loc) · 226 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 226 Bytes

React Vendor Prefix

Usage

var VendorPrefix = require('react-vendor-prefix');

module.exports = VendorPrefix.prefix({
    container: {
        animationDuration: '3s',
        animationName: 'slidein',
    }
});