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