11 comments

[ 4.0 ms ] story [ 39.6 ms ] thread
Parallax header view for react-native. It supports the latest react version. There is no single dependency so it is very flexible to customize. It solves the problem of parallax-view in the past.
This should perhaps be a “Show HN:” post.
What is parallax view? What does this solve?
parallax view means that the header image moves with the movement of the header image when it is pulled down like a Twitter profile image. This library makes it easy to introduce it by dividing it by components.
Looks really nice, does it drop frames or keeps it at 60fps ?
I'm not sure if it's 60fps or not, but if you want to try it out, you should download it. It's a very easy and very light library.
Parallax needs to end up in the same bin with the <Blink> tag.
I do not know the name of this effect, but it is not what I would call parallax.

The README has a demo animation. It seems to make the header elastic when scrolling past the top.

I named it parallax view because I found that it was better to name it parallax view after investigating other libraries. What other naming suggestions do you have?