Added transition animations to buttons

This commit is contained in:
Satyajit Sahoo
2013-07-06 13:16:21 +05:30
parent ac44306c31
commit fe4392fd00
+4
View File
@@ -117,6 +117,10 @@ GtkClutterOffscreen {
* visual effects *
******************/
/* transitions */
.button {
transition: background 150ms ease-in-out;
}
.entry {
transition: all 150ms ease-out;
}