If this is not yet worked on, I would try to take a look
@MartinZikmund No one is actively working on this, go for it. :)
You can look at the AnimatorFactory class used by DoubleAnimation to get an idea of how Uno leverages native animations.
Thank you for the tip! Looking forward to getting more familiar with the UI side 馃榾
This will be so good for button states !
You can evaluate if you want to implement ColorAnimationUsingKeyFrames or skip it for now and only support ColorAnimation. I'm not sure of the effort/complexity involved for key frames
This is needed for selection states in the WCT DataGrid (https://github.com/unoplatform/uno/issues/1943) to be displayed.
Most helpful comment
Thank you for the tip! Looking forward to getting more familiar with the UI side 馃榾