From the course: .NET MAUI: Beyond the Basics

Unlock the full course today

Join today to access over 24,500 courses taught by industry experts.

When MAUI animations aren't enough

When MAUI animations aren't enough - .NET MAUI Tutorial

From the course: .NET MAUI: Beyond the Basics

When MAUI animations aren't enough

- With Maui, we can create some nice animations but we can't do everything with the Maui that we can do with a native application. In particular, the native platforms for iOS and Android has some pretty impressive animations built in, and in many cases have direct operating system support to make them extremely smooth and perform well. One of the nice things about Maui is we can indeed drop directly down to the native APIs and this means that we can do some level of native animations. Animations that work on a single native element, like images, are normally very easy to implement. The main drawback is since we are dropping down to the native APIs, we are creating user experiences through animations one platform at a time. In the code for this video we have a label that if we tap on it, an image is displayed. And this is an image of Trouble the cat that you've probably seen several times throughout this course. This…

Contents