loginDialog: Fade in the gdm auth prompt on login
This commit is contained in:
parent
48b7ebe1c0
commit
80ab28bc3a
@ -905,6 +905,12 @@ const LoginDialog = new Lang.Class({
|
|||||||
{ sortGroup: CtrlAltTab.SortGroup.MIDDLE });
|
{ sortGroup: CtrlAltTab.SortGroup.MIDDLE });
|
||||||
this._userList.actor.grab_key_focus();
|
this._userList.actor.grab_key_focus();
|
||||||
this.actor.show();
|
this.actor.show();
|
||||||
|
this.actor.opacity = 0;
|
||||||
|
|
||||||
|
Tweener.addTween(this.actor,
|
||||||
|
{ opacity: 255,
|
||||||
|
time: 1,
|
||||||
|
transition: 'easeInQuad' });
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user