Speed up expander animation
Go back to 200ms, which is what we had in GTK+ 2.x. Themes can change this, of course.
This commit is contained in:
@ -3798,7 +3798,7 @@ gtk_css_provider_get_default (void)
|
|||||||
"}\n"
|
"}\n"
|
||||||
"\n"
|
"\n"
|
||||||
".expander:active {\n"
|
".expander:active {\n"
|
||||||
" transition: 300ms linear;\n"
|
" transition: 200ms linear;\n"
|
||||||
"}\n"
|
"}\n"
|
||||||
"\n"
|
"\n"
|
||||||
"*:insensitive {\n"
|
"*:insensitive {\n"
|
||||||
|
|||||||
Reference in New Issue
Block a user