Carousel nivagation
Hello everyone,
I am making a carousel in React and CSS for navigation with modals. When I click on the next button, I want to show the next modal by making the previous one goes out of the screen and the new one to come (I used transform: 'translateX...' property for that). I am using MUI component Modal to have the background blurred and to be able go back by just clicking outside of the modal. Then I am using MUI MobileStepper for progression bullets. I am struggling with making it all work together. Do you know how could I fix that? Thank you!
I am making a carousel in React and CSS for navigation with modals. When I click on the next button, I want to show the next modal by making the previous one goes out of the screen and the new one to come (I used transform: 'translateX...' property for that). I am using MUI component Modal to have the background blurred and to be able go back by just clicking outside of the modal. Then I am using MUI MobileStepper for progression bullets. I am struggling with making it all work together. Do you know how could I fix that? Thank you!




