Skip to content

micorix/vue-mousefollower

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ab4accb · Jul 31, 2019

History

5 Commits
Aug 21, 2017
Jul 17, 2019
Aug 21, 2017
Aug 21, 2017
Aug 21, 2017
Aug 21, 2017

Repository files navigation

Vue MouseFollower

Vue plugin for moving background on mouse move
Inspired by https://codepen.io/vajkri/pen/grgQmb

DEMO available

Instalation

Get from npm: npm install vue-mousefollower or from yarn yarn add vue-mousefollower

Usage

// main.js
import Vue from 'vue'
import VueMouseFollower from 'vue-mousefollower'

Vue.use(VueMouseFollower)
<!-- <template> in component.vue -->
<div id="bg" v-mousefollower></div>
/* <style> in component.vue */
#bg{
  width:200px;
  height: 200px;
  background: url(example-background.png);
}

Customizing

  • Set custom friction with v-mousefollower:[custom number] (ex. v-mousefollower:60, default is 30)

  • You can use v-mf instead of v-mousefollower

About

Vue plugin for moving background-position on mouse move

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published