Quantcast
Channel: animation – Bram.us
Viewing all articles
Browse latest Browse all 86

React Native Parallax Scroll Header with Tabs

$
0
0

Nice writeup on how to create a typical screen where there’s a header image that fades out and disappears as you start scrolling.

Essentially, everything but the header is put into a scrollview. In order to keep elements ‘fixed’ (i.e. the tab bar), I use the transform property with a translateY that is set to the scrollview’s current scroll position. Since animating transform properties is supported natively, all animations run at 60fps.

React Native Parallax Scroll with Tabs →


Viewing all articles
Browse latest Browse all 86

Latest Images

Trending Articles



Latest Images