[gtk+] Speed up expander animation
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] Speed up expander animation
- Date: Mon, 31 Jan 2011 15:51:53 +0000 (UTC)
commit cb498c21014ea6c938bf8d327c2d26d3ccf68baa
Author: Matthias Clasen <mclasen redhat com>
Date: Mon Jan 31 10:51:09 2011 -0500
Speed up expander animation
Go back to 200ms, which is what we had in GTK+ 2.x.
Themes can change this, of course.
gtk/gtkcssprovider.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gtk/gtkcssprovider.c b/gtk/gtkcssprovider.c
index 4555229..1c9b550 100644
--- a/gtk/gtkcssprovider.c
+++ b/gtk/gtkcssprovider.c
@@ -3798,7 +3798,7 @@ gtk_css_provider_get_default (void)
"}\n"
"\n"
".expander:active {\n"
- " transition: 300ms linear;\n"
+ " transition: 200ms linear;\n"
"}\n"
"\n"
"*:insensitive {\n"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]