UX: Fade the bottom buttons out

This commit is contained in:
Robin Ward 2016-05-27 14:39:31 -04:00
parent 6067de0e8f
commit 3c4d386caf
No known key found for this signature in database
GPG Key ID: 0E091E2B4ED1B83D
1 changed files with 2 additions and 2 deletions

View File

@ -16,8 +16,7 @@
&.timeline-docked-bottom {
.timeline-footer-controls {
background-color: yellow;
visibility: hidden;
opacity: 0;
}
}
@ -32,6 +31,7 @@
.timeline-footer-controls {
margin-top: 1em;
line-height: 2.5em;
transition: opacity 0.2s ease-in;
button {
margin-right: 0.5em;