Tweaked transition animations

This commit is contained in:
Satyajit Sahoo
2013-07-06 13:28:02 +05:30
parent fe4392fd00
commit 293dc44fe2
+3 -3
View File
@@ -118,15 +118,15 @@ GtkClutterOffscreen {
******************/
/* transitions */
.button {
transition: background 150ms ease-in-out;
transition: border 100ms ease-in-out;
}
.entry {
transition: all 150ms ease-out;
transition: border 100ms ease-out;
}
.entry:focus {
transition: all 150ms ease-in;
transition: border 100ms ease-in;
}
/* inset shadows */