Added transition animations to buttons
parent
ac44306c31
commit
fe4392fd00
|
@ -117,6 +117,10 @@ GtkClutterOffscreen {
|
|||
* visual effects *
|
||||
******************/
|
||||
/* transitions */
|
||||
.button {
|
||||
transition: background 150ms ease-in-out;
|
||||
}
|
||||
|
||||
.entry {
|
||||
transition: all 150ms ease-out;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue