Microsoft.Maui.Animations Namespace
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides interfaces and classes that enable the animations.
Classes
Animation |
Represents an animation. |
AnimationLerpingExtensions | |
AnimationManager |
This class is responsible for controlling the animations in .NET MAUI. |
Lerp | |
LerpingAnimation |
Represents a linear interpolation animation. |
PlatformTicker | |
Ticker |
A ticker makes sure that animations get triggered to advance and progress through their different stages. |
Interfaces
IAnimationManager |
This class is responsible for controlling the animations in .NET MAUI. |
IAnimator |
Objects implementing the IAnimator interface can act as parent objects for Animation objects. |
ITicker |
A ticker makes sure that animations get triggered to advance and progress through their different stages. |
Delegates
Lerp.LerpDelegate |