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 support for animatable size property #32

Open
benjaminbojko opened this issue Aug 9, 2016 · 0 comments
Open

Add support for animatable size property #32

benjaminbojko opened this issue Aug 9, 2016 · 0 comments
Assignees

Comments

@benjaminbojko
Copy link
Collaborator

This is tricky and not implemented yet because some views rely on setSize() to set internal flags for the next update run to stay efficient with resizing/recalculating layouts (e.g. TextView). We could do a check on update to see if the size has changed via an animation (since this won't call setSize()) or we could add a method that specifically allows us to animate size (but this would introduce a new paradigm).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant