Hey, I’m back!
Bet you’ve missed my nifty little bugs.
I’m really into rotating stuff. Whatever it is, it should be rotated.
So I added
<WhilePressed>
<Rotate Degrees="90" Duration="0.5" Easing="QuadraticOut"/>
</WhilePressed>
To the NewsItem in your Social Media Example. Then I discovered if I activated a scroll and then clicked an item, it rotates and gets stuck at 90 degrees. If I click the item again it “comes loose”.
Top lines of NewsItem.ux now looks like this
<StackPanel ux:Class="NewsItem" Margin="0,14,0,10">
<WhilePressed>
<Rotate Degrees="90" Duration="0.5" Easing="QuadraticOut"/>
</WhilePressed>
I recorded a little gif to clarify: http://i.imgur.com/mkmNvsD.gifv