UX: Fade the bottom buttons out
This commit is contained in:
parent
6067de0e8f
commit
3c4d386caf
|
@ -16,8 +16,7 @@
|
||||||
|
|
||||||
&.timeline-docked-bottom {
|
&.timeline-docked-bottom {
|
||||||
.timeline-footer-controls {
|
.timeline-footer-controls {
|
||||||
background-color: yellow;
|
opacity: 0;
|
||||||
visibility: hidden;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -32,6 +31,7 @@
|
||||||
.timeline-footer-controls {
|
.timeline-footer-controls {
|
||||||
margin-top: 1em;
|
margin-top: 1em;
|
||||||
line-height: 2.5em;
|
line-height: 2.5em;
|
||||||
|
transition: opacity 0.2s ease-in;
|
||||||
|
|
||||||
button {
|
button {
|
||||||
margin-right: 0.5em;
|
margin-right: 0.5em;
|
||||||
|
|
Loading…
Reference in New Issue