GNOME Bugzilla – Bug 672583
transition to locked screen is abrupt
Last modified: 2012-03-21 19:45:23 UTC
When explicitly locking the screen the transition is discontinuous and abrupt now. We used to have a fade.
Created attachment 210275 [details] [review] fade: fix fade computation math commit 44edc03104 changed the fade time out to be less than a 1000ms. Unfortunately, this broke the fade because the math for computing the number of fade steps used integer arithmetic, and performed a division by a 1000.
Review of attachment 210275 [details] [review]: Looks good. Tested to verify it fixes the problem.
Attachment 210275 [details] pushed as 7e2085a - fade: fix fade computation math