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

Animation when extending textField #309

Open
SimonLab opened this issue Feb 14, 2023 · 0 comments
Open

Animation when extending textField #309

SimonLab opened this issue Feb 14, 2023 · 0 comments
Assignees
Labels
enhancement New feature or enhancement of existing functionality flutter Flutter related issues learn Learn this! research Research required; be specific spike The simplest possible experiment to explore potential solutions to a problem T4h Time Estimate 4 Hours technical A technical issue that requires understanding of the code, infrastructure or dependencies UI

Comments

@SimonLab
Copy link
Member

When the TextField obtains focus (see #308), the height of the widget is maxed out to take as much screen as possible.
However this transition is a bit abrupt and I'm wondering if it's possible to have a smoother transition.

I'm going to research if it's possible to apply any nice effects to create this transition.
Some more documentation to read:
https://docs.flutter.dev/development/ui/widgets/animation

@SimonLab SimonLab added UI flutter Flutter related issues labels Feb 14, 2023
@SimonLab SimonLab self-assigned this Feb 14, 2023
@nelsonic nelsonic added enhancement New feature or enhancement of existing functionality technical A technical issue that requires understanding of the code, infrastructure or dependencies spike The simplest possible experiment to explore potential solutions to a problem T4h Time Estimate 4 Hours research Research required; be specific learn Learn this! labels Feb 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or enhancement of existing functionality flutter Flutter related issues learn Learn this! research Research required; be specific spike The simplest possible experiment to explore potential solutions to a problem T4h Time Estimate 4 Hours technical A technical issue that requires understanding of the code, infrastructure or dependencies UI
Projects
Status: No status
Development

No branches or pull requests

2 participants