I'm trying to animate a text on a circular path in a Windows Store App (with C#) for Win8.1. Although there are some examples on the internet on how to do it with Silverlight and WPF, those don't seem to work at all in WinRT (missing a lot of methods for example).
When searching for a solution I also found the Stackoverflow question below, but it only applies to Windows 8.0 and not Windows 8.1, so I was unable to get it working.
how to create motion of text along Path animation in winrt application?
Is there any solution for this without re-implementing everything from scratch?
Check out the CascadingTextBlock
control in WinRT XAML Toolkit for an example how to break up one TextBlock
into multiple. You'd just need to change the way the transforms are animated.
If your text is a constant string - it might be best to just create the animation in Blend - arrange multiple single letter TextBlocks
on a circle and design the animation using the provided tools.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With