/ piacw.com / dev / final / node_modules / vue-rellax /

[ICO]NameLast modifiedSizeDescription
[PARENTDIR]Parent Directory  -  
[DIR]dist/2 years ago -  
[DIR]lib/2 years ago -  
[   ]LICENSE2 years ago1.0K0fb859dc fixed mobile overflwo options [كارل مبارك]
[TXT]README.md2 years ago689 0fb859dc fixed mobile overflwo options [كارل مبارك]
[   ]package.json2 years ago3.0K0fb859dc fixed mobile overflwo options [كارل مبارك]
README.md

vue-rellax

A plugin of Vue that adds a directive for parallax effect by Rellax.js.

Getting Started

Install

npm i vue-rellax -S

or

yarn add vue-rellax

Usage

import Vue from 'vue'
import VueRellax from 'vue-rellax'

Vue.use(VueRellax)

const vm = new Vue({
  el: '#app',
  template: `
    <div v-rellax="{
      // Rellax Options
      // See: https://github.com/dixonandmoe/rellax#features
      speed: -2,
    }">
      I’m slow and smooth
    </div>
  `
})

For Nuxt.js

In your nuxt.config.js

{
  plugins: [
    { src: 'node_modules/vue-rellax/lib/nuxt-plugin', ssr: false }
  ]
}
Apache/2.4.38 (Debian) Server at www.karls.computer Port 80