Animations not working in .net maui

tech 21 Reputation points
2022-04-29T03:22:48.147+00:00

I got the following exception when try implement animation in frame

System.ArgumentException: 'Unable to find IAnimationManager for 'Microsoft.Maui.Controls.Frame'. (Parameter 'animatable')'

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
2,906 questions
0 comments No comments
{count} votes

Accepted answer
  1. Rob Caplan - MSFT 5,417 Reputation points Microsoft Employee
    2022-04-29T04:00:17.593+00:00

    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?
    0 comments No comments

0 additional answers

Sort by: Most helpful