Reputation: 1560
I have one image in Grid. I want to give image a continuous flip effect like tiles in home screen. Also on tap tilt effect. How can we achieve this? any good start?
Thanks
Upvotes: 0
Views: 135
Reputation: 111
You can try FlipView :
You can Change title effect by FlipView.SelectIndex
Upvotes: 0
Reputation: 51
http://phone.codeplex.com is the official toolkit for Windows Phone apps, this kit includes new components, functionalities and more. Effects like Effects – SlideInEffect, TiltEffect and TurnstileFeatherEffect
are available
Also you can use HubTile
for flip effect for tile image in your application
Upvotes: 1