Improve the smoothness of a basic WPF storyboard animation
I've been playing around with some basic WPF Storyboard animation and it looks quite blurry, it's Ok up to a certain speed then really degrades into blurryness. Is there anyway I can get it to look smoother? - increase the framerate somehow or maybe double buffer the animation? I've tried setting the objects to CacheMode="BitmapCache" but this seems to have little effect. Does anyone have any ideas please? <Window x:Class="WpfApplication1.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" Title="MainWindow" Width