sticky-bar>*{z-index:9999;width:100%;transition:transform .3s .1s;position:fixed;bottom:0;left:0;transform:translateY(100%)}sticky-bar.sticky>*{transform:translateY(0%)}