-
Notifications
You must be signed in to change notification settings - Fork 43
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
It should be stateless #3
Comments
Dont |
It's needed for the animation to work. Is there any alternative? |
Sucks that Animation needs it. But there must be another way. This is a flaw. |
It is an explicit animation and it works like that, because the animation should be notified at every tick of the Ticker that is mixed with the widget. Another way I think it could work is by using one of the Implicit Animations widget, such as AnimatedAlign and using a scoped model or something else. But there is another problem. If you try an animatedAlign it won't seem animated because the Text widgets just appear out of nowhere, so.. to do that I would have to rewrite nearly everything |
Since this is a generic widget, it should be stateless.
The text was updated successfully, but these errors were encountered: