Added transition animations to buttons

pull/54/merge
Satyajit Sahoo 2013-07-06 13:16:21 +05:30
parent ac44306c31
commit fe4392fd00
1 changed files with 4 additions and 0 deletions

View File

@ -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;
} }