From the course: .NET MAUI: Beyond the Basics
Unlock the full course today
Join today to access over 24,800 courses taught by industry experts.
Controlling animations with easing functions - .NET MAUI Tutorial
From the course: .NET MAUI: Beyond the Basics
Controlling animations with easing functions
- In the start code for this video we have an app with an address entry screen. There are two basic animations. First makes the entry field with a focus slightly larger and then returns it to its normal size. So if we move around, we can see that the field that has focus does get slightly larger. The second is that there's a pointer on the right side of the screen that slides up and down to point to the control that currently has focus. This does attract the user's attention to where the application has focus but there's very little wow factor. Here are some of the easing functions available to us. On the Y axis, we had the percent done of the animation and on the X we have time. The default easing function that we just looked at is a constant execution of the function from start to end. And that's Linear. Some like the CubicIn slowly speeds up the animation to the end while the CubicOut is the opposite. It…
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)
-