Frequent flashes - .NET MAUI

In MAUI, flashing content might be a result of using Timer or ViewExtensions for animations. By default, each animation will take 250 milliseconds. Ensure that your animations do not result in more than three flashes per second.

If your app contains any videos, also check if they contain no more than three flashes per second.

// No code required