Click here to Skip to main content
15,880,725 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hello Everyone,
I am creating an application using WPF (C#).In this there are many number of images present on the canvas.I want to move this using swipe gestures.while the image is moving i want to get an effects such that anyone can experience that image is moving.
Posted
Comments
Manfred Rudolf Bihy 20-Feb-12 5:12am    
Not clear. You first said the image is moving and then you talk about an effect which should signify that the image is moving. If the image is indeed moving why would anyone need an effect to indicate what can clearly be seen?
ravithejag 25-Apr-12 1:09am    
Hi manfred,
the image is changing but not getting the effect that it has been changed

1 solution

Do you mean you want a book page flip like effect?... this would require quite a bit of mathematics to calculate angles of the current page and next page being overlayed and display respectively, but have a look at https://github.com/thinkpixellab/bot[^]

It has cool WPF tricks, and a page flip is one of them, then you'd hook up the page animation code in your gesture.GestureRecorgnized() event, which I assume you have sorted out.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900