Is there any way to snap animated TranslateTransform to pixel grid?
There is a very bad jittering, when moving text using animation. I guess it’s because of subpixel positioning. I need to avoid this jittering. Suggest possible ways.
Is there any way to snap animated TranslateTransform to pixel grid? There is a
Share
It sounds like you want
TextOptions.TextHintingMode="Animated"in your XAML. See http://msdn.microsoft.com/en-us/library/system.windows.media.textoptions.texthintingmode(v=VS.95).aspx for more details.