How do we do the smooth animation. I have the code as below.
ThicknessAnimation anima = new ThicknessAnimation(new Thickness(0), new Thickness(0, 25, 0,
If you are using StoryBoard, use Timeline.DesiredFrameRate attached property.
StoryBoard
Timeline.DesiredFrameRate