vITs
vITs

Reputation: 1560

Flip Image continuously like tile in windows phone 8.1 store app

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

Answers (2)

Nishu Gaba
Nishu Gaba

Reputation: 111

You can try FlipView :

You can Change title effect by FlipView.SelectIndex

Upvotes: 0

Ibrahim Kıvanç
Ibrahim Kıvanç

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

Related Questions