You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've used parallax in a rather complex project with full page transitions and multiple scenes and run into a few cases that have been difficult to deal with. I'm submitting my issues for your consideration.
Use case: I had one scene which was split down the middle with the right side black and the left an image. We were doing split screen transitions. It didn't make sense on these pages to shift the right side an equal distance as the left which had a background.
Being able to optionally pass an array into limit would be nice, like:
parallax.limit([-100, 0], false);
Though it's conceivable that one would want to limit a single element (in my case only the background).
The text was updated successfully, but these errors were encountered:
I don't really see a use case for this that couldn't be solved by offsetting the scene container. If you still have need for this and maybe even have an example to show, feel free to reopen the issue!
I've used parallax in a rather complex project with full page transitions and multiple scenes and run into a few cases that have been difficult to deal with. I'm submitting my issues for your consideration.
Use case: I had one scene which was split down the middle with the right side black and the left an image. We were doing split screen transitions. It didn't make sense on these pages to shift the right side an equal distance as the left which had a background.
Being able to optionally pass an array into limit would be nice, like:
Though it's conceivable that one would want to limit a single element (in my case only the background).
The text was updated successfully, but these errors were encountered: