0.2.1 • Published 4 years ago

vue-js-parallax-component v0.2.1

Weekly downloads
14
License
MIT
Repository
github
Last release
4 years ago

A component creating a parallax effect on an image within a container

Install

npm install --save-dev vue-js-parallax-component

Usage

import VueParallax from "vue-js-parallax-component";

export default {
  components: { VueParallax }
};
<vue-parallax image="https://via.placeholder.com/1280x400.png">
  <span>Optional content</span>
</vue-parallax>

Properties

PropertyTypedefaultDescription
imagestring (Required)The image used for the parallax effect
intensitynumber15Intensity of the parallax effect ( 20 is highest )
0.2.1

4 years ago

0.2.0

4 years ago

0.1.7

4 years ago

0.1.6

4 years ago

0.1.5

4 years ago

0.1.4

4 years ago

0.1.3

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago