siema-react
Version:
ReactSiema is a lightweight carousel plugin for React. It's a wrapper based on decent library [Siema](https://github.com/pawelgrzybek/siema).
13 lines (11 loc) • 326 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = function () {
var transform = typeof window !== 'undefined' && window.document.documentElement.style.transform;
if (typeof transform === 'string') {
return 'transform';
}
return 'WebkitTransform';
}();