You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i have a vaadin application and i am using the carousel to present some information.
When i initialize the carousel withAutoProgress().withSlideDuration(3).withStartPosition(1) then nothing happens.
Slide overviewSlide = new Slide(new S1(dto));
Slide topFiveResultsSlide = new Slide(new S2(service, dto));
Carousel c = new Carousel(overviewSlide, topFiveResultsSlide).withAutoProgress().withSlideDuration(3).withStartPosition(1);
c.setWidthFull();
c.setHeight("400px");
I am currently using Vaadin 24.
Any idea what the problem might be?
The text was updated successfully, but these errors were encountered:
Hello @Rlaxfax please note this repository is to report issues regarding Vaadin's directory page not for particular add-ons. I see you also left a comment on the add-on repository in this issue. The issue is currently being investigated; please follow any updates there.
Hello there,
i have a vaadin application and i am using the carousel to present some information.
When i initialize the carousel withAutoProgress().withSlideDuration(3).withStartPosition(1) then nothing happens.
I am currently using Vaadin 24.
Any idea what the problem might be?
The text was updated successfully, but these errors were encountered: