-
Notifications
You must be signed in to change notification settings - Fork 27.7k
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
examples/widgets/card_collection.dart cards get too transparent too quickly when swiping out #146
Comments
Actually I'm not convinced this should ever go transparent. Material doesn't fade, it moves out of the way. Although notifications on Android do this, so we should probably support it. I'll file a new bug on that. |
This thread has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar issue, please open a new bug, including the output of |
Issue by Hixie
Tuesday Aug 25, 2015 at 21:42 GMT
Originally opened as https://github.com/flutter/engine/issues/824
When you swipe a card out in Swipe Away, it should remain opaque for most of the swipe, and only start vanishing in the last quarter or so. But instead it is almost completely gone by half way.
The text was updated successfully, but these errors were encountered: