Tweaked transition animations
parent
fe4392fd00
commit
293dc44fe2
|
@ -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 */
|
||||||
|
|
Loading…
Reference in New Issue