UNPKG

sns-react-siema

Version:

ReactSiema is a lightweight carousel plugin for React. It's a wrapper based on decent library [Siema](https://github.com/pawelgrzybek/siema).

8 lines (7 loc) 239 B
export default (() => { const transform = typeof window !== 'undefined' && window.document.documentElement.style.transform; if (typeof transform === 'string') { return 'transform'; } return 'WebkitTransform'; })();