vue-magic-cursor
Version:
a customizable animated cursor for VueJS **[Demo Github Page](https://claronz.github.io/vue-magic-cursor/)**
2 lines (1 loc) • 618 B
CSS
.cursor[data-v-c2325087]{position:fixed;z-index:9999;pointer-events:none;transform:translate(-50%,-50%);left:0;top:0;transition:opacity .2s}.cursor--detached[data-v-c2325087]{opacity:0}.cursor--follower[data-v-c2325087]{z-index:9998}.cursor__pointer[data-v-c2325087]{width:5px;height:5px;background-color:#777;border-radius:50%;transition:all .3s}.cursor__follower[data-v-c2325087]{z-index:9998;width:40px;height:40px;border:solid 1px #333;background:transparent;border-radius:50%;transition:all .3s}.cursor__follower--hover[data-v-c2325087]{transform:scale(1.5)}.cursor__follower--stopped[data-v-c2325087]{opacity:0}