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

How to add ripple effect when press on pressableBox #199

Open
tbm98 opened this issue Feb 7, 2024 · 1 comment
Open

How to add ripple effect when press on pressableBox #199

tbm98 opened this issue Feb 7, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@tbm98
Copy link

tbm98 commented Feb 7, 2024

Use case

Use pressableBox

Proposal

Have effect look like android, ios native

@tilucasoli
Copy link
Collaborator

This happens because Inkwell creates the animation behind the container decoration, and in short, what we've been doing with attributes is joining all of them and creating a BoxDecoration. Therefore, the InkWell couldn't work as expected.
We are constantly improving our API and features. Animations are one of our next areas of study. When we have more details, we let you know.

@leoafarias leoafarias added the enhancement New feature or request label Feb 21, 2024
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

3 participants