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 - .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
-
-
-
-
-
-
-
(Locked)
How and when to use animations4m 36s
-
(Locked)
Introduction to basic animations3m 11s
-
(Locked)
Controlling animations with easing functions4m 40s
-
(Locked)
Creating custom animations, part 15m 29s
-
(Locked)
Creating custom animations, part 27m 14s
-
(Locked)
When MAUI animations aren't enough8m 26s
-
(Locked)
Challenge: Animations1m 48s
-
(Locked)
Solution: Animations3m 26s
-
(Locked)
-