I am building a Windows Store app for a news website (www.nonaynever.net).
On the article detail page, I would like to simulate the behaviour of the Windows 8.1 start screen. I envisage the article text scrolling horizontally, and extra content such as comments accessible via an upward swipe (or click of an arrow button).
Example behaviour at 00:20 here -
http://www.youtube.com/watch?v=Zu0LTTA1Yc8
Another example at 04:30 here -
http://www.youtube.com/watch?v=omWJ5EhgDGA
I don't want a vertical scrollbar, and I don't want the user to get stuck between views - on release the view should snap to the dominant window as in the examples.
My only problem is execution - I have no idea how to do this - can anybody help?