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

Autoplay is delayed by autoPlayInterval #448

Open
JasonBennett41 opened this issue Jul 19, 2024 · 0 comments
Open

Autoplay is delayed by autoPlayInterval #448

JasonBennett41 opened this issue Jul 19, 2024 · 0 comments

Comments

@JasonBennett41
Copy link

I've been trying like hell to remove the 5 second delay that occurs when first loading into the view containing my carousel. The issue is since my autoPlayInterval is 5sec, it takes that amount of time before getting on with animating the carousel. I tried using a ternary with Duration(100 milliseconds) hoping that would work out, but it would not switch to the 5sec duration once the boolean flipped. Note that a duration of 100 milliseconds does solve the problem of the delay, but I need to switch it back to accomplish the proper timing. I really wish the autoplayInterval wouldn't delay the first slide...

I tried mucking about with the package code but couldn't find the right tweak. Any suggestions would be greatly appreciated.

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

1 participant