mirror of
https://github.com/modernw/App-Installer-For-Windows-8.x-Reset.git
synced 2026-04-11 17:57:19 +10:00
29 lines
413 B
CSS
29 lines
413 B
CSS
.statusbar {
|
|
overflow-x: hidden;
|
|
overflow-y: hidden;
|
|
}
|
|
|
|
.statusbar.x {
|
|
width: 0;
|
|
}
|
|
|
|
.statusbar.y {
|
|
height: 0;
|
|
}
|
|
|
|
.statusbar.both {
|
|
width: 0;
|
|
height: 0;
|
|
}
|
|
|
|
.statusbar.fast {
|
|
transition: all 0.3s cubic-bezier(0.1, 0.9, 0.2, 1);
|
|
}
|
|
|
|
.statusbar.medium {
|
|
transition: all 0.5s cubic-bezier(0.1, 0.9, 0.2, 1);
|
|
}
|
|
|
|
.statusbar.slow {
|
|
transition: all 0.7s cubic-bezier(0.1, 0.9, 0.2, 1);
|
|
} |