Tweaked transition animations

pull/54/merge
Satyajit Sahoo 2013-07-06 13:28:02 +05:30
parent fe4392fd00
commit 293dc44fe2
1 changed files with 3 additions and 3 deletions

View File

@ -118,15 +118,15 @@ GtkClutterOffscreen {
******************/ ******************/
/* transitions */ /* transitions */
.button { .button {
transition: background 150ms ease-in-out; transition: border 100ms ease-in-out;
} }
.entry { .entry {
transition: all 150ms ease-out; transition: border 100ms ease-out;
} }
.entry:focus { .entry:focus {
transition: all 150ms ease-in; transition: border 100ms ease-in;
} }
/* inset shadows */ /* inset shadows */