I want to include an animation in my windows WPF/C# application, it's a loading animation (but more complicated than just a spinner).
I originally thought I would use a GIF, I thought there would be some built-in support for playing them, but apparently not.
Does WPF have any built-in support for any animation format?
Or should I just go with the method in the above link?
My animation includes transparency and varied opacity settings.
I have made the animation myself so I can convert it to whichever format is best.