gwt-material-addins
gwt-material-addins copied to clipboard
Carousel with card
I use Carrousel with card in slide , I force this the configuration below, for example centerMode is not taken into account. ` ongoingContainer = new MaterialCarousel(); ongoingContainer.setCenterMode(false); ongoingContainer.setAutoplay(false); ongoingContainer.setVariableWidth(true);
JsCarouselOptions mobileSettings = JsCarouselOptions.create(); mobileSettings.slidesToShow = 1; mobileSettings.slidesToScroll = 3; mobileSettings.variableWidth = true; mobileSettings.arrows=false; mobileSettings.centerMode=false; ongoingContainer.setMobileSettings(mobileSettings); `

centerMode not working with my configuration and card
Nice catch will try to reproduce the issue on my end. Will be trying to start fixing it this weekend.