dixonandmoe / rellax

Lightweight, vanilla javascript parallax library
https://dixonandmoe.com/rellax/
MIT License
7.06k stars 878 forks source link

Percentage & Horizontal #192

Closed zoh48gz04 closed 4 years ago

zoh48gz04 commented 4 years ago

Hi there,

I'm trying to slide textboxes in the view as soon as they get into viewport. For vertical movement this works perfectly using data-rellax-percentage but I can't get it working for horizontal moving items: they all move at the same time. Here's an example: https://jsfiddle.net/zirsihsoi/4tqLgvz1/35/

Do I use this lib wrong or is this a bug?

zoh48gz04 commented 4 years ago

I did some customizations to make it work in my scenario, maybe you can use something of it.

https://github.com/zoh48gz04/rellax/commit/a8cc405b9da3284846abe743727f44bf5aca7f54#diff-3e7be3f64be99ca4086043e1696222d6R448