UNPKG

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) 193 B
export default (() => { const { transform } = document.documentElement.style; if (typeof transform === 'string') { return 'transform'; } return 'WebkitTransform'; })();