CSS Variables Parallax Directive For Vue.js

Install & Download:

# Yarn
$ yarn add vue-custom-properties-parallax
# NPM
$ npm install vue-custom-properties-parallax --save

Description:

The Vue CSS Variables Parallax library allows you to create powerful parallax effects by using CSS Variables when the element gets to the viewport, a –scroll-amount css variable will be attached to it and will be updated by the scrolled amount.

Preview:

CSS Variables Parallax Directive For Vue.js

Add Comment