Slide navigation in ionic

Hello guys,
I am working on a page where first I have image slider and the second half part is like content with different tabs. I want the navigation of that tabs should be like the slider. If I slide the tab I should see the content. and it should work for all the tabs.


I tried tabbedSlideBox but it works great for the content sliding, but I just want to move the tabs to see the content.
Is there a way to achieve this kind of navigation in a page. Can anyone help me with this??

See if this helps
http://ionicframework.com/docs/api/service/$ionicSlideBoxDelegate/

look at the methods.

the thing with this ionic slide delegate, I can slide a tab but I can not see my next tab or the previous one, tIf I scroll then it should scroll to the next tab and the content below should be off that tab.