-
-
Notifications
You must be signed in to change notification settings - Fork 77
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
Better post-screenshot animation #1661
Comments
@HutspotMuts I think instead of designing new notifications specifically for screenshots we can just use system notifications? What do you think about this: |
@lenemter That looks very promising! However, is not fully clear to me what exactly would happen here. Is the screenshot automatically saved to the clipboard? If so, that could be incorporated in one notification with extra text, like: Screenshot TakenScreenshot is saved to clipboard and screenshots folder. Otherwise would you always receive two notifications? That would seem a little cluttered to me. |
@HutspotMuts Oops sorry for not answering. These two notifications are supposed to be completely separate. The first one is for notifications saved to folder, the second one if it was saved to clipboard.
Well, we can just silence these notifications in the server.
I sent this notifications from code. You can read more at our developer documentation https://docs.elementary.io/develop/ |
Just wanna link #137 and also elementary/screenshot#253 I agree a notification here is the way to go |
Problem
Right now there's a short milliseconds of fading animation for screenshot. This sometimes cause slow person like me to not notice the screenshot was already taken and made me press F12 again to be sure. In the end there's a lot of housekeeping needed to be done instead of making my life easier.
Proposal
I wish to team could add a better animation for more feedback/impact such as a short zoom in/out like those of the iOS or Android so that the end user will notice this process has gone through. Something like adding a trash can button would also give better control but not necessary since there's already a screenshot app available. I just need the animation feedback to give more impact, very important for old dude with a lag brain like me.
Prior Art (Optional)
iOS/Android screenshot animation.
The text was updated successfully, but these errors were encountered: