views:

400

answers:

1

Trying to mimic the way the IPhone flips the album art to the songs list. I want to pass in two generic objects and have the storyboard flip them. I can get the slide effect, but have not figured out how to scale the object so it appears to be rotating and not just sliding.

Thanks,

Dave

+1  A: 

It would be more work to do it in XAML than to use one of the existing components. Anyway, if you look at doing this in XAML, you need to use Viewport2dVisual3d class. Otherwise, here are some links to get you going (personally, I'm using the FluidKit).

FluidKit

Is there a good iTunes coverflow-type control for WPF?

Transitionals project

Kevin's WPF Bag-o-Tricks

Flippable 3D List Items in WPF

Sergey Aldoukhov