🔮 Vue.js parallax directive you were looking for (can animate translate & background-position)
No Data
npm i vue-prlx
yarn add vue-prlx
import Vue from 'vue'// As a plugin import VuePrlx from 'vue-prlx' Vue.use(VuePrlx);
// Or as a directive import { VuePrlxDirective } from 'vue-prlx' Vue.directive('prlx', VuePrlxDirective);