.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,596 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I got the following exception when try implement animation in frame
System.ArgumentException: 'Unable to find IAnimationManager for 'Microsoft.Maui.Controls.Frame'. (Parameter 'animatable')'
This is (probably) a known issue Unable to find IAnimationManager for 'Microsoft.Maui.Controls that will be fixed in RC2 by https://github.com/dotnet/maui/pull/6364
In the future, please provide more specific details in your questions. It is difficult to provide a good answer without knowing what specifically you're doing and in what way it isn't working