GNOME Bugzilla – Bug 691875
screenshot: Immediately show the flash spot
Last modified: 2013-01-16 22:20:05 UTC
The "flash" effect looks awkward when it fades in and out. Real camera have an immediate flash of light, which then seems to fade out as our eyes readjust the rapid change in lighting.
Created attachment 233614 [details] [review] screenshot: Immediately show the flash spot
Review of attachment 233614 [details] [review]: I think it's an improvement, but trying it out I think it needs a few other tweaks: - the timing needs to be increased a bit, since we're now doing only one animation - the easing function shouldn't be linear anymore I found the settings I like most are using easeInQuad with a timing of 0.30. ::: js/ui/screenshot.js @@ +263,3 @@ Tweener.addTween(this.actor, { opacity: 0, + time: FLASHSPOT_ANIMATION_OUT_TIME, The constant itself also needs to be renamed
Attachment 233614 [details] pushed as 90fae00 - screenshot: Immediately show the flash spot Cosimo and I worked out some settings we both liked on IRC.