.bottom-bar { transform: translateY(0%); transition: $transition-base; @extend .fixed-bottom; &.hide { transform: translateY(100%); } }