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

Feature Request: Eager Slide Update Before Transition Ends #428

Closed
ismail9k opened this issue Nov 25, 2024 · 0 comments · Fixed by #434
Closed

Feature Request: Eager Slide Update Before Transition Ends #428

ismail9k opened this issue Nov 25, 2024 · 0 comments · Fixed by #434
Labels
🌟 feature request New feature or request

Comments

@ismail9k
Copy link
Owner

Currently, the carousel component updates the active slide (currentSlide) only after the ongoing transition completes. This behavior can create a delayed user experience, as the slide change does not reflect immediately in scenarios where the v-model value is updated programmatically or by user interaction.

Expected Behavior

The active slide should update eagerly in response to a change in the bound v-model, even if a transition is ongoing. This would make the carousel feel more responsive and align with user expectations.

Use Case

This feature would improve UX in scenarios such as:

  • Synchronizing a thumbnail carousel with a main carousel.
  • Quickly navigating through slides programmatically.
  • Instant feedback for user actions like clicking navigation controls.

Proposed Solution

  • Change the carousel default behavior to be eager on updating currentSlide data.

Advantages

  • Enhances responsiveness and interactivity.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🌟 feature request New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant