xss-dimmer: change default easing function

This commit is contained in:
Vincent Bernat 2021-11-29 23:03:04 +01:00
parent a7ecfeea36
commit e6a82ab0a2

View file

@ -154,7 +154,7 @@ if __name__ == "__main__":
add("--background", help="use a background instead of black") add("--background", help="use a background instead of black")
add( add(
"--easing-function", "--easing-function",
default="out-bounce", default="out-circ",
choices=easing_functions.keys(), choices=easing_functions.keys(),
help="easing function for opacity", help="easing function for opacity",
) )