mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-17 06:10:15 +00:00
7 lines
130 B
CSS
7 lines
130 B
CSS
* {
|
|
transition-delay: 0;
|
|
transition-duration: 150ms;
|
|
transition-property: all;
|
|
transition-timing-function: ease-in-out;
|
|
}
|