UNPKG

react-siema-vf

Version:

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

10 lines (9 loc) 262 B
export default (() => { if (typeof document !== 'undefined') { const { transform } = document.documentElement.style; if (typeof transform === 'string') { return 'transform'; } return 'WebkitTransform'; } })();