Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AutoProgress with Slide Duration not working: #69

Open
Rlaxfax opened this issue Apr 1, 2024 · 1 comment
Open

AutoProgress with Slide Duration not working: #69

Rlaxfax opened this issue Apr 1, 2024 · 1 comment

Comments

@Rlaxfax
Copy link

Rlaxfax commented Apr 1, 2024

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.

        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?

@paodb
Copy link

paodb commented Apr 15, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants