Smooth text animation (Marquee) using WPF
- by Goran
Trying to build a marquee control with smooth text animation. Current efforts include:
Using translate transform
Using animation on Canvas dependency properties (Left, Right)
Using animation on custom dependency property (Point) and using drawing visuals (formattedtext)
Using CompositionTarget.Rendering
But the animation is still choppy and…