Skip to content

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

@stephenbellanger

Description

@stephenbellanger

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions