mirror of
https://github.com/elementary/gala.git
synced 2024-12-24 17:53:19 +03:00
decrease close animation duration to 100ms
This commit is contained in:
parent
67da350e65
commit
fd1c8118d5
@ -186,7 +186,7 @@ namespace Gala.Plugins.Notify
|
||||
|
||||
public void close ()
|
||||
{
|
||||
set_easing_duration (200);
|
||||
set_easing_duration (100);
|
||||
|
||||
set_easing_mode (AnimationMode.EASE_IN_QUAD);
|
||||
opacity = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user