Component - Parallax scrolling
This UI component creates a parallax scrolling effect where the background image moves slower than the foreground content as you scroll. This gives a sense of depth and a smooth, engaging user experience.
This UI component creates a parallax scrolling effect where the background image moves slower than the foreground content as you scroll. This gives a sense of depth and a smooth, engaging user experience.
View ├─ Animated.ScrollView │ ├─ Animated.Image (background) │ └─ View (content container) │ ├─ Text (title) │ └─ Text (body content)