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

Custom non-animating widget of Showcase.withWidget #395

Open
MichaelCadavillo opened this issue Sep 21, 2023 · 0 comments · May be fixed by #396
Open

Custom non-animating widget of Showcase.withWidget #395

MichaelCadavillo opened this issue Sep 21, 2023 · 0 comments · May be fixed by #396
Labels
enhancement New feature or request

Comments

@MichaelCadavillo
Copy link

MichaelCadavillo commented Sep 21, 2023

Is your feature request related to a problem? Please describe.
I want to provide an option to my users an easily accessible button to skip the showcase immediately, instead of going through each one by one.

Describe the solution you'd like
Add a custom static version of the 'Showcase.withWidget's container property which can be placed anywhere on the screen and is not affected by the animation applied to container.

Describe alternatives you've considered

  • Tried including it inside the container property however, I don't want the button to move along with the animation. Also wanted to at least get the remaining space on the screen that I can use (to persist on the bottom of the showcase).
  • Tried wrapping the root widget (Outside of ShowCaseWidget), I was able to see the button however I want it to be on the foreground as well and not be greyed out in the background.

Additional context
Sample Implementation GIF

As you can see from the GIF above, the "Your sender's profile" widget is still animating whilst the "Skip showcase" button down below is static and is accessible at any given time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
2 participants