[gnome-shell] screenShield: Go back to a shorter animation when locking manually



commit 9d18a2dff4f1941defd234e266fe16978c5985ba
Author: Rui Matos <tiagomatos gmail com>
Date:   Mon Mar 25 18:18:33 2013 +0100

    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

 js/ui/screenShield.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/js/ui/screenShield.js b/js/ui/screenShield.js
index c9c1543..f8bf3cc 100644
--- a/js/ui/screenShield.js
+++ b/js/ui/screenShield.js
@@ -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;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]