vue-sticky-element
Version:
A simple vue sticky component wrapper that will stick to screen when scrolled past it
2 lines (1 loc) • 327 B
CSS
.vue-sticky-element{will-change:transform}.vue-sticky-element--transition{transition:transform .1s ease}.vue-sticky-element--stuck{width:100%;position:fixed;top:0;transform:translateY(-100%);z-index:10}.vue-sticky-element--show{transform:translateY(0)}.vue-sticky-element--hide{transform:translateY(-100%)}