Parallax X offset #1311
Answered
by
kindoflew
TomasSestak
asked this question in
Support
Parallax X offset
#1311
-
Hi, is there a way to animate X position of ParallaxLayer instead of Y? |
Beta Was this translation helpful? Give feedback.
Answered by
kindoflew
Jun 29, 2021
Replies: 2 comments 1 reply
-
You can create a |
Beta Was this translation helpful? Give feedback.
0 replies
-
You can set |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
TomasSestak
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can set
horizontal={true}
on aParallaxLayer
even ifParallax
is set to scroll vertically. (The opposite is also possible -- you can sethorizontal={false}
on aParallaxLayer
whenParallax
hashorizontal={true}
.)