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:
Download Details:
Author: nobrefelipe
Live Demo: https://codepen.io/nobrefelipe/pen/aqYyOy
Download Link: https://github.com/nobrefelipe/vue-css-variable-parallax/archive/master.zip
Official Website: https://github.com/nobrefelipe/vue-css-variable-parallax
Install & Download:
# Yarn
$ yarn add vue-custom-properties-parallax
# NPM
$ npm install vue-custom-properties-parallax --save