Animate property of an arbitrary class using Microsoft.UI.Composition

Frederic Goulet 21 Reputation points
2020-12-30T17:58:01.037+00:00

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 !

Universal Windows Platform (UWP)
{count} votes