react-images
react-images copied to clipboard
trackProps instant is not respected
Steps to reproduce the behavior:
Add a Carousel inside of a Modal and set the trackProps of the Carousel instant: true
<ModalGateway>
<Modal
onClose={this.props.hideGalleryModal}
allowFullscreen={false}
closeOnBackdropClickBoolean={true}
>
<Carousel
views={images}
components={{ View: CustomView }}
trackProps={{ instant: true }}
/>
</Modal>
</ModalGateway>
Expected behavior: No animation when clicking through the pictures. It should instantly transition to the next picture.
Actual behavior: Still has the slide in animation
Same problem remains. Did anyone solve it?
Sorry! I hadn't seen this issue.
I'll see what I can do when I have time.