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

Add functionality to navigate to the next showcase item programmatically #32

Open
stephenbellanger opened this issue Dec 12, 2024 · 0 comments

Comments

@stephenbellanger
Copy link

Description

Currently, the IntroShowcaseState class provides a reset() method to restart the showcase from the initial state.

However, it lacks functionality to programmatically move to the next or previous target in the sequence. This limitation makes it difficult to control the progression of the showcase programmatically, especially in scenarios where the flow of the showcase depends on external logic or user interaction.

Expected Behavior

It would be helpful to have a method like next() that allows developers to programmatically navigate to the next target in the showcase.

Use Case

This functionality would enable developers to:

  • Move to the next showcase item based on external events.
  • Skip to the next item without requiring user interaction.
  • Dynamically control the showcase flow in more complex applications.

Thank you for considering this enhancement! Let me know if further clarification or assistance is needed.

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