screenShield: Go back to a shorter animation when locking manually
Increasing it was mostly to paper over animation jerkiness which shouldn't be a problem anymore since we removed the desaturate and blur effects. https://bugzilla.gnome.org/show_bug.cgi?id=696380
This commit is contained in:
parent
869e1dc241
commit
9d18a2dff4
@ -50,7 +50,7 @@ const SUMMARY_ICON_SIZE = 48;
|
||||
// - CURTAIN_SLIDE_TIME is used when raising the shield before unlocking
|
||||
// - INITIAL_FADE_IN_TIME is used for the initial fade in at startup
|
||||
const STANDARD_FADE_TIME = 10;
|
||||
const MANUAL_FADE_TIME = 0.8;
|
||||
const MANUAL_FADE_TIME = 0.3;
|
||||
const BACKGROUND_FADE_TIME = 1.0;
|
||||
const CURTAIN_SLIDE_TIME = 0.3;
|
||||
const INITIAL_FADE_IN_TIME = 0.25;
|
||||
|
Loading…
Reference in New Issue
Block a user