vue-rellax icon indicating copy to clipboard operation
vue-rellax copied to clipboard

Should "percentage" work with this implementation ?

Open paulalbertdev opened this issue 4 years ago • 1 comments

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 avatar Jan 07 '21 15:01 paulalbertdev

@paulalbertdev you can use default rellax properties

<div class="container" v-rellax data-rellax-speed="-10" data-rellax-percentage="0.8">

Jo3l avatar Aug 27 '21 14:08 Jo3l