Is it possible to create a tabs like the following?

image

Its possible to create a scrollable tab like the gif above?
In the example, tabs starts in the middle of the screen, and when user scrolls down the content, the tab will scroll up until it hits the top of screen. After that, it stays fixed at the top.

(Sorry my english)…

I just put this together from a similar tutorial I created recently:

http://imgur.com/Wo5Jji5

I’ll probably release a tutorial on building this later in the week, but in the mean time, you can find the repository for it here: https://github.com/joshuamorony/shrinking-segment-header

2 Likes

Hi Joshy,
Thanks for the solution, it work like a charm!

Cheers,