vue-rellax
vue-rellax copied to clipboard
Should "percentage" work with this implementation ?
Hi guys !
I sucessfully managed to use the speed parameter, but "percentage" doesn't seem to work, it this functionality implemented ?
I'm trying to use is like this :
<div class="container" v-rellax="{ speed: -5, percentage: 0.5 }">
Cheers and thanks !
@paulalbertdev you can use default rellax properties
<div class="container" v-rellax data-rellax-speed="-10" data-rellax-percentage="0.8">