I got the following exception when try implement animation in frame
System.ArgumentException: 'Unable to find IAnimationManager for 'Microsoft.Maui.Controls.Frame'. (Parameter 'animatable')'
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
What versions are you using?
What exactly are you doing to generate this? A minimal code snippit is helpful (but a large code dump with irrelevant code isn't)
What is the expected behavior? (Especially if it's less obvious than "not getting an error message")
How does that differ from the actual behavior?
3 people are following this question.