UNPKG

react-image-slideshow

Version:

A simple image slideshow components with react.js

16 lines (15 loc) 288 B
const styles = { portalStyle: { opacity: 0, zIndex: 100, position: 'relative' }, imageWrapperShowStyle: { opacity: 1 }, imageWrapperHideStyle: { display: 'none', opacity: 0 } }; export default styles;