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

Wrapping one WidgetAnimator in another WidgetAnimator can cause issues #3

Open
andrewpmoore opened this issue Apr 21, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@andrewpmoore
Copy link
Owner

If one WidgetAnimator is wrapped in another then if there's a change to the lower level one it won't re-render (unless the key changes on the parent one), but a change of key on the parent widget means that any outgoing effects won't trigger.

At the moment a stack would need to be used to try and simulate one WidgetAnimator in another

@andrewpmoore andrewpmoore added the enhancement New feature or request label Apr 21, 2022
@andrewpmoore andrewpmoore changed the title Wrapping one WidgetAnimator in another WidgetAnimator can cause issues Wrapping one WidgetAnimator in another WidgetAnimator can cause issues Apr 21, 2022
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
Development

No branches or pull requests

1 participant