I have developed a user control for my windows 8.1 app. I want to rotate the control at a certain angle may me 180 degrees . I am using RotateTransform and the image is rotating at one go !! I want a smooth rotation and the complete rotation should happen in 1 sec.
Above is the image of my user control
The image rotates only when the tapped point is very near to image boundary ! when my finger reaches the image boundry , the control should keep itself inside the image so it would rotate
Have this video link for your reference. I have to develop exactly like this.This is my code