Animate property of an arbitrary class using Microsoft.UI.Composition
Frederic Goulet
21
Reputation points
Hello,
Using Microsoft.UI.Composition, is it possible to animate a property of a class that would not be an UIElement or a IGraphicsEffect ?
I tried inheriting my custom class from CompositionObject with no luck.
Thanks !